Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Can locate when called directly, but can't when in @ISA

by perlfan (Vicar)
on Oct 05, 2007 at 14:34 UTC ( [id://642922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use base 'My::Parent::Class';
    sub new {
    ...
        my $self = $pkg->SUPER::new(@_);
        return $self;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-18 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found