in reply to problems with Exporter
sub import { print "Inside ", __PACKAGE__, " import() with @_\n"; goto &Exporter::import(@_); } [download]