Help for this page

Select Code to Download


  1. or download this
    package Test;
    
    ...
    my $test = Test->new();
    $test->A();
    $test->B();
    
  2. or download this
    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.