Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: nested variable resolution

by GrandFather (Saint)
on Jul 17, 2007 at 21:54 UTC ( [id://627139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    
    print '$z is: ', $z, "\n";
    print 'eval of $z is: ', eval $z, "\n";
    print 'eval of "2 * 3" is: ', eval '2 * 3', "\n";
    
  2. or download this
    $z is: 2 * 3
    eval of $z is: 6
    eval of "2 * 3" is: 6
    

Log In?
Username:
Password:

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

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

    No recent polls found