Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Transitive aliases

by Anonymous Monk
on Dec 28, 2009 at 01:45 UTC ( #814568=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub switch_var (\$$\$) {
        my ($reference, $initial, $binding) = @_;
        # bind $binding to scalar reference $reference
        tie $$binding, 'SomeClass', $reference;
        $$binding = $initial;
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2023-06-07 18:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?