At 09:39 AM 12/15/97 -0800, FRoss-Perry wrote:
hi,
I'm trying to use MHonArc 2.1 under Win95's DOS shell with PERL
4.0.1.6 and getting "out of memory". My DOS window properties for
memory are all set to "automatic". Ideas?
MHonArc, originating under Unix, keeps a lot of data in memory so it rarely
will be able to do anything using only DOS (below 640K) memory. You may
have an old port of Perl (Len Reed's?) that does not use extended (XMS or
Windows-managed) memory. A different port of Perl will help.
I sugest that you install NTPerl 5. Works fine with Windows 95.
Avail via CPAN sites:
http://www.perl.com/CPAN-local/SITES.html
Once you pick a FTP archive site near you, navigate to the directory:
ports/win32
and read
README.txt
to see which file you should download.
-- good luck, SP