$ perl -e "print @ARGV;" ONE- TWO- ONE-TWO-$ #### $ perl -e "print $ARGV[1];" ONE- TWO- ARRAY(0x92007ec)$