in reply to Re: IO::Handles ... any good?
in thread IO::Handles ... any good?
Quite a bit beyond me but... wow, I will use as a shell alias - thanks.
Here's my effort at decoding your line :
perl <br> -i #edit in place .bak #but make a new file -p # read every line from default arg e # excecute code from command line ' #code for the default while loop $_ # default variable, each line of file . # and = # equal to " #start printing this literally \n #new line " #finish literal printing ' # end/start next loop
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: IO::Handles ... any good?
by linuxer (Curate) on Mar 22, 2009 at 21:11 UTC | |
by ikegami (Patriarch) on Mar 23, 2009 at 02:25 UTC |