in reply to Check For null Arguments
my $nargs = @ARGV; print "Number of command line arguments is $nargs\n"; [download]