in reply to Test for parameters?
$ perl -e 'print @_;print "::\n";print @ARGV;' camel :: camel [download]
$ perl -e ''print scalar @ARGV;' my camel 2 [download]
CURobartes-