in reply to Re^2: Processing ARGV
in thread Processing ARGV
in order to assure yourself that perl has been installed correctly.perl -e 'print $_, $/ for @ARGV' 1 2 3 4 5 #which prints #1 #2 #3 #4 #5
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Processing ARGV
by kmullin (Acolyte) on Dec 05, 2007 at 19:08 UTC |