Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Sub ref from string without eval

by ikegami (Patriarch)
on Apr 02, 2012 at 19:09 UTC ( [id://963091]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e'use strict; my $x = "foo"; \${ $x }'
    Can't use string ("foo") as a SCALAR ref while "strict refs" in use at
    + -e line 1.
    
    $ perl -e'use strict; \${ "foo" }'
    Can't use string ("foo") as a SCALAR ref while "strict refs" in use at
    + -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found