Jakub Wilk <jw...@debian.org> writes:
> * Russ Allbery <r...@debian.org>, 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 @#.

Indeed, thanks.  Will fix.

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ppybxjch....@windlord.stanford.edu

Reply via email to