NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
This is also an API problem (Score:1)
Re:This is also an API problem (Score:1)
What if
$objectcontains a class name?Re:This is also an API problem (Score:1)
$classname->foo and &classname::foo exists, and can be called. How they are supposed to be called is up to the module author and consumer, and not the concern of can.
Reply to This
Parent
Re:This is also an API problem (Score:1)
I simply mean that there isn't a single use for
UNIVERSAL::canthat makes a replacement easy to write.UNIVERSAL::isais even worse.