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
--
Comment on
Re: Re: Re: Count the number of parameters
Select
or
Download
Code
In Section
Seekers of Perl Wisdom