Reply to comment

alternatives

You can also use this:

$numArgs = @ARGV; #counts the number of elements in @ARGV in scalar context  

instead of:

$numArgs = $#ARGV + 1;

Reply

The content of this field is kept private and will not be shown publicly.