Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re (tilly) 5: Strict, strings and subroutines

by tilly (Archbishop)
on Oct 10, 2001 at 19:24 UTC ( [id://118010]=note: print w/replies, xml ) Need Help??


in reply to Re: Re (tilly) 3: Strict, strings and subroutines
in thread Strict, strings and subroutines

I possibly was unclear.

I meant pulling in UNIVERSAL in that functions which exist in UNIVERSAL but not in the current package would be found by merlyn's can invocation, even though you might not want them to be. In other words his local @ISA trick doesn't quite succeed in making a method lookup into a function lookup because it still finds things in UNIVERSAL.

Replies are listed 'Best First'.
Re: Re (tilly) 5: Strict, strings and subroutines
by gbarr (Monk) on Oct 10, 2001 at 20:19 UTC
    Ah, right. Yes that is true. For example, __PACKAGE__->can('can') will always return a code reference.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found