Help for this page
use strict; use warnings; ... ExistingPackage->print_it(); Hack->slash(); ExistingPackage->print_it();
use strict; use warnings; ... } 1;
package ExistingPackage; ... } 1;