Help for this page

Select Code to Download


  1. or download this
    package A;
        require Exporter;
    ...
        print B->SayBye(); ### <-- ERROR Undefined subroutine &amp;B::SayB
    +ye
        print B->SayByeBye();
        print "\n---------------------\n";