#!perl # mycommand.pl print "got params (number of params: ".@ARGV.") : " . join(' ', @ARGV)."\n";