Help for this page
# ... use Exporter qw(import); @EXPORT = (keys %My::Package::); # @EXPORT instead of @EXPORT_OK # ...
$ perl -e ' use strict; ... ' hello world hello this is dog