Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl OO Disinheritence

by miyagawa (Chaplain)
on Mar 26, 2002 at 08:00 UTC ( [id://154346]=note: print w/replies, xml ) Need Help??


in reply to Perl OO Disinheritence

Not a direct answer though:
package B; sub can { my($proto, $method) = @_; return if $method eq 'a3'; $proto->UNIVERSAL::can($method); }

--
Tatsuhiko Miyagawa
miyagawa@cpan.org

Log In?
Username:
Password:

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

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

    No recent polls found