- or download this
package Cls;
use Moose;
...
my $c = Cls->new();
$c->add_item('String');
}
- or download this
package MooseX::Silent;
...
};
1;
- or download this
Can't use an undefined value as an ARRAY reference at tst.pl line 22
main::func() called at tst.pl line 18