#!/usr/bin/perl $arg shift @ARGV; print $arg; #### #!/usr/bin/perl $arg shift @ARGV; print $arg." and two";