http://www.perlmonks.org?node_id=43432


in reply to Re: Re: Re: Apparent Inconsistencies in Perl Function Naming
in thread Apparent Inconsistencies in Perl Function Naming

but all you have to do to get the number of elements is
$length=@a
Why do people need to complicate matters?