![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^2: Suggestions for optimizing this code...by NeilF (Sexton) |
on Jan 17, 2006 at 10:22 UTC ( #523714=note: print w/replies, xml ) | Need Help?? |
Is there no way to not use $rec and instead to split the record up within the sysread itself? eg: Something akin to:- sysread(DF, split(/(?=\n)/,$[0]), -s DF); I'm sure that's jibberish, but you get the idea...
In Section
Seekers of Perl Wisdom
|
|