Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Alternative ways to fully qualify subroutine names

by Tanktalus (Canon)
on Feb 04, 2006 at 20:59 UTC ( [id://527993]=note: print w/replies, xml ) Need Help??


in reply to Alternative ways to fully qualify subroutine names

my $sub = $pkg->can('foo'); $sub->('param'); # or simply ... $pkg->can('foo')->('param');

Is this a good idea? Probably not. I'd have to wonder why you want to do this first.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found