in reply to How to write a program to read stdin or command line?
perl -nle"print $_ . 'world'" file
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to write a program to read stdin or command line?
by ikegami (Patriarch) on Oct 02, 2007 at 16:28 UTC | |
by BrowserUk (Patriarch) on Oct 02, 2007 at 17:35 UTC | |
by ikegami (Patriarch) on Oct 03, 2007 at 05:40 UTC | |
by BrowserUk (Patriarch) on Oct 03, 2007 at 11:00 UTC | |
by ikegami (Patriarch) on Oct 03, 2007 at 13:36 UTC | |
by tye (Sage) on Oct 03, 2007 at 05:47 UTC |