in reply to Re: Re: Count the number of parameters
in thread Count the number of parameters

FWIW, you don't need to use scalar, as my $count = @some_array; will suffice.

-- vek --