Help for this page
foreach(@ARGV){ `$_`; }
foreach(@ARGV){ /(\w*)/; $foo = `ls -l $1`; }
foreach(@ARGV){ /(.*)/; $foo = `$1`; }