![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^3: Optimise file line by line parsing, substitute SPLITby hdb (Monsignor) |
on Jun 03, 2013 at 14:17 UTC ( [id://1036767]=note: print w/replies, xml ) | Need Help?? |
In this kind of application, try to filter first e.g. next unless /^abcd/ and only split if you need the fields separated.
In Section
Seekers of Perl Wisdom
|
|