Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ExistingPackage->print_it();
    Hack->slash();
    ExistingPackage->print_it();
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    1;
    
  3. or download this
    package ExistingPackage;
    
    ...
    }
    
    1;