my $elems = scalar @list;
rather than
my $elems = @list;
just to make it crystal clear for "those that come after" what is going on. That the question gets asked demonstrates why such practices can be helpful.
Cheers,
JohnGG
In reply to Re^2: my $x or my ($x)
by johngg
in thread my $x or my ($x)
by tamaguchi
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |