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

Re^3: Old Code reference wants new life as Object.

by revdiablo (Prior)
on Dec 08, 2006 at 23:11 UTC ( [id://588726]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Old Code reference wants new life as Object.
in thread Old Code reference wants new life as Object.

In that case, the easiest thing to do is probably:

$dispatch{self_test} = sub { $self->login };

This will create an anonymous code reference that makes a closure on $self, so everything should be in place when the code actually gets called.

Update: Er, which is exactly what ikegami responded with. I guess I should have re-read the original replies before posting.

Log In?
Username:
Password:

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

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

    No recent polls found