Help for this page
package Test; ... my $test = Test->new(); $test->A(); $test->B();
WARNING: This will trigger $SIG{__WARN__} at test.pl line 20. Can't locate object method "NonExistingFunction" via package "Test" at + test.pl line 26.