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