![]() |
|
more useful options | |
PerlMonks |
Re: Need a help for perl codingby DrHyde (Prior) |
on Apr 14, 2014 at 10:33 UTC ( #1082225=note: print w/replies, xml ) | Need Help?? |
Whenever I need to pull particular columns out of a file, my weapon of choice for small scripts is awk(1) if the columns are delimited, or cut(1) if they're fixed length. If things get even slightly complicated, perl with Text::CSV_XS.
In Section
Seekers of Perl Wisdom
|
|