Help for this page

Select Code to Download


  1. or download this
    package Mod3;
    
    ...
    }
    
    __PACKAGE__
    
  2. or download this
    package ModAll;
    use warnings;
    ...
    *m3 = \&Mod3::m3    # hand code result of missing import;
    
    __PACKAGE__