|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: About inheritence ? and Autoload ?by kyle (Abbot) |
| on Nov 25, 2009 at 03:23 UTC ( #809253=note: print w/ replies, xml ) | Need Help?? |
|
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.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||