* Russ Allbery <[email protected]>, 2013-03-29, 10:24:
* Avoid C-style for statements when possible. Unless you have a need for a subscript when iterating with for, operate on the object directly instead. (ie: "for my $item (@array)" rather than "for my $i (0..@#array)".

The sigil should be $# rather than @#.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to