Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: failure to compile list eval in block

by ikegami (Patriarch)
on Dec 16, 2012 at 13:45 UTC ( [id://1009061]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {; ... }   # Block
    +{ ... }   # Hash constructor
    
  2. or download this
    >perl -ce"{ 1, 2; }"
    syntax error at -e line 1, near "; }"
    ...
    
    >perl -ce"map +{ f() }, @a"
    -e syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-19 19:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found