Help for this page

Select Code to Download


  1. or download this
    Undefined subroutine &B::just_print called at index.pl line 8.
    
  2. or download this
    # The main code:
    use A;
    ...
    sub main_print(){
    print @_;
    }
    
  3. or download this
    #A.pm
    package A;
    ...
    }
     
    1;
    
  4. or download this
    #Blooper.pm
    package B;
    ...
    }
     
    1;
    
  5. or download this
    hellohi