{ no strict 'refs'; *main::slurp = \&Slurp::slurp; } #### use Exporter; our @ISA = qw( Exporter ); our @EXPORT = qw( slurp ); #### use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( slurp );