Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Local for lexicals (KISS)

by JadeNB (Chaplain)
on Aug 10, 2009 at 21:02 UTC ( [id://787410]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Tie::TIESCALAR { return bless \$_[1] => $class }
    sub Tie::FETCH { return ${$_[0]} }
    sub Tie::STORE { $_[0] = "I'm not tied any more" }
    

Log In?
Username:
Password:

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

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

    No recent polls found