Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: About inheritence ? and Autoload ?

by ikegami (Patriarch)
on Nov 24, 2009 at 23:38 UTC ( [id://809228]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $pkg = "Test::Command::$command";
    ( my $mod = $pkg ) =~ s{::}{/}g;
    $mod .= '.pm';
    my $exists = eval { require $mod };
    
  2. or download this
    ...
    $pkg->handle_output();
    
  3. or download this
    sub new {
        my $class   = shift;
    ...
        print "DEBUG : handling command $command in " . __PACKAGE__ . "\n"
            if ( $command );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-29 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found