![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Re: perl io and linux issuesby dino (Sexton) |
on Mar 30, 2001 at 17:30 UTC ( #68356=note: print w/replies, xml ) | Need Help?? |
I can do a read, run a split over it to extract lines
and it will still be faster than the equiv no of readlines
under linux 2.2.x. Of course I have to do a bit of work to
catch broken lines, buts thats little perf penalty.
If I don't do a split and use s/// over the string its
a lot faster
Dino
In Section
Seekers of Perl Wisdom
|
|