in reply to Undefined subroutine
And It doesn't need to use my with @ISA and @EXPORT and maybe more efficient to use BEGIN:use MyTest::Test;
package MyTest::Test; use strict; use warnings; BEGIN { use Exporter(); vars qw(@ISA, @EXPORT); @ISA = qw(Exporter); @Export = qw(Prt Time); }
==================
{ firstname => 'Michael',
quote => 'Mice were crying and stinging but went on nibbling the cactus', }
|
|---|