Re: how to release memory

2002-09-11 Thread Jean-Luc BEAUDET
Paul Johnson wrote: > On Tue, Sep 10, 2002 at 10:33:34AM -0400, Chad Kellerman wrote: > > > Hello, > >I have a subroutine that declares a variable from standard out. If I > > just undef that variable will that free up the memory that it used? Or > > is there another command that frees up m

Re: open() function

2002-07-22 Thread Jean-Luc BEAUDET
Daniel David a Ýcrit : > Hi , > > how do you open a file - starting at a particular line? > eg to start reading the file from line 500 ? > > thanks for your help. > > _ > MSN Photos is the easiest way to share and print your photos:

Pb with deleting lines inside a file...

2002-07-15 Thread Jean-Luc BEAUDET
Hi all ! I'm brand to Perl programming and can't go out of a little pb. Well, assuming a file like this below: ---date1--- data block ---END date1--- ---date2--- data_block ---END date2--- .../.. ---date(n-1)--- data_block ---END date(n-1)--- ---daten--- data_block ---END daten--- I can't mv a