http://qs321.pair.com?node_id=809253


in reply to About inheritence ? and Autoload ?

my $test_command = Command->new(@ARGV);

My guess is it doesn't work because there's no "Command" package with a "new" sub in it. In Perl, there's no automatic relationship between Test and Test::Command. They're just two names like Foo and Bar.