--- Nichole Bialczyk <[EMAIL PROTECTED]> wrote: > to be more specific, i want to do this: read and delete all of the > lines from a log file, except for the first one. open IN, $file or die "$file:$!"; <IN>; # throw away first line; print <IN>; # print the rest of the file. __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
- append a file to another file Nichole Bialczyk
- Re: append a file to another file M.W. Koskamp
- Re: append a file to another file - NEVER MI... Nichole Bialczyk
- Re: append a file to another file Carl Rogers
- Re: append a file to another file Paul
- Re: append a file to another file - copy Nichole Bialczyk
- Re: append a file to another file - dele... Paul
- Re: append a file to another file - ... Nichole Bialczyk
- Re: append a file to another fil... Bill Stilwell
- Re: append a file to anothe... Bill Stilwell
- Re: append a file to another fil... Nichole Bialczyk
- Re: append a file to another fil... Chas Owens
- Re: append a file to another fil... Paul
- Re: append a file to another file - copy KeN ClarK
- Re: append a file to another file - ... Nichole Bialczyk
- Re: append a file to another file - ... Chas Owens
- Re: append a file to another file Craig Moynes/Markham/IBM