Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Anonymous Arrays or Anonymous Array References

by Fletch (Bishop)
on Mar 03, 2011 at 15:35 UTC ( [id://891244]=note: print w/replies, xml ) Need Help??


in reply to Anonymous Arrays or Anonymous Array References

The first would work if you provided an extra set of parens or unary plus to make it parse the way you intended it to in light of the optional paren behavior.

$ perl -MO=Deparse,-q,-p -e 'print +(1,2,3)[1];' print(((1, 2, 3))[1]); -e syntax OK $ perl -MO=Deparse,-q,-p -e 'print( (1,2,3)[1] );' print(((1, 2, 3))[1]); -e syntax OK

The cake is a lie.
The cake is a lie.
The cake is a lie.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-26 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found