Date: Wed, 14 Jan 1998 13:41:56 +0200 (IST) From: Eli Zaretskii To: Daniel Taupin cc: Daniel Taupin , DJGPP List Subject: Re: Help wanted In-Reply-To: <34BC9580.525FB5E5@lps.u-psud.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 14 Jan 1998, Daniel Taupin wrote: > > > c- BTW, is there a perl command to check either the amount of memory > > > used or free at any moment? > > > > Invoke `go32-v2.exe' from the script, it will report the amount of > > memory available to DJGPP programs at that point. > > Unfortunately, with GO32-V2 the directories are not the same so that the perl script does not > findthe required *.pm (@INC is different...) Sorry, this is Chinese for me (I don't know Perl at all). What I meant was to make the script do a call which is functionally equivalent to the following C fragment: system("go32-v2.exe"); I don't understand what ``the directories being not the same'' and the ``required *.pm'' have to do with this.