|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Re: Remove Blank Lines Off the End of a Fileby PrakashK (Pilgrim) |
| on Feb 27, 2002 at 21:06 UTC ( #148040=note: print w/ replies, xml ) | Need Help?? |
|
Don't use Perl if you don't want to read the whole file inSure you can do this in perl without reading the whole file. Here's some code (untested) (updated to fix a couple of mistakes). This will read only what is necessary and does not keep what it has already processed. I am sure there are better ways of doing this. /prakash Update: I finally got some time and tested the above and found another bug (fixed in the code above). I was not supposed to use sysread and seek<code> together (<code>sysseek will probably do fine), so I changed the sysread to <code>read<code>, and it worked ok. (Note to self: Never post untested code.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||