Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: How to best pass on the context / wantarray? (know)

by tye (Sage)
on Mar 27, 2006 at 16:52 UTC ( [id://539482]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to best pass on the context / wantarray?
in thread How to best pass on the context / wantarray?

_get_self() doesn't need to have the same context as its caller, it just needs to know the context of its caller. So it is as simple as:

my $self= shift(@_)->_get_self( wantarray );

- tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 21:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found