Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: updating a variable call in a hash table

by shmem (Chancellor)
on Feb 09, 2009 at 13:32 UTC ( [id://742421]=note: print w/replies, xml ) Need Help??


in reply to Re^3: updating a variable call in a hash table
in thread updating a variable call in a hash table

No need for eval.

$sentence = sub { "The next color is ". shift }; $color = q(blue); print $sentence->($color);

Log In?
Username:
Password:

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

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

    No recent polls found