Jakub Wilk <[email protected]> writes:
> * 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 @#.

Indeed, thanks.  Will fix.

-- 
Russ Allbery ([email protected])               <http://www.eyrie.org/~eagle/>


-- 
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