Think about Loose Coupling | |
PerlMonks |
Re: Efficient way to sum columns in a fileby dave0 (Friar) |
on Apr 13, 2005 at 05:08 UTC ( [id://447268]=note: print w/replies, xml ) | Need Help?? |
If you want to get rid of the 'cut', you can do it all in Perl using the -a and -F switches (see perlrun for details) to autosplit the input line into the @F array:
In Section
Seekers of Perl Wisdom
|
|