Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Interfaces in Perl?

by rpc (Monk)
on Dec 01, 2000 at 04:11 UTC ( [id://44266]=note: print w/replies, xml ) Need Help??


in reply to Interfaces in Perl?

I'm suprised no one in the previous thread mentioned can. I can't find an entry for it in the perldoc, Will something like this work?
foreach my $meth(@required_methods) { unless($obj->can($meth)) { die "Object has not implemented or inhereted method $meth!\n"; } }
can walks @ISA as well, AFAIK.
Update: Will this only work at runtime, and not compile time?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (None)
    As of 2024-04-25 01:31 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found