|
|
| There's more than one way to do things | |
| PerlMonks |
Re^2: multiple file operations using perl one-linersby ikegami (Pope) |
| on May 17, 2009 at 19:47 UTC ( #764547=note: print w/ replies, xml ) | Need Help?? |
|
-n + chomp can be replaced with -nl. That should be /\t/, I think? -a would be better than split
Or shorter and simpler yet:
My earlier comment on error checking still applies.
In Section
Snippets Section
|
|
||||||||||||||||||||||||||||||||