Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Get Element inArray

by Thilosophy (Curate)
on May 25, 2005 at 02:53 UTC ( [id://460221]=note: print w/replies, xml ) Need Help??


in reply to Re: Get Element inArray
in thread Get Element inArray

To explain that a little, negative array indices count from the end of the array: -1 is the last element, -2 the one before that, and so on.

Scalar value @arr[-2] better written as $arr[-2]

And it should be $arr[-2] (with a $ sigil) at least in current Perl (Perl 6 will change that).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://460221]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-24 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found