in reply to Re: Re: Is (DOS-)Perl a Memory Hog?
in thread Is (DOS-)Perl a Memory Hog?

I'm going to hell for saying this, but your first Perl script would be better written as a DOS batch file, which reduces the memory requirements to almost nothing.

  • Comment on Re: Re: Re: Is (DOS-)Perl a Memory Hog?

Replies are listed 'Best First'.
Re: Re: Re: Re: Is (DOS-)Perl a Memory Hog?
by Neuroactive (Acolyte) on May 11, 2004 at 19:19 UTC
    I give up. Although it would have been more elegant doing everything in Perl, since I don't have the expertise to recompile Perl for MS-DOS (or whatever might solve the problem), I'll resort to using batch files.

    (I guess I'll be seeing you in hell.) :-)

    Thanks for the good intentions.