Help for this page

Select Code to Download


  1. or download this
    package Cls;
    use Moose;
    ...
        my $c = Cls->new();
        $c->add_item('String');
    }
    
  2. or download this
    package MooseX::Silent;
    
    ...
    };
    
    1;
    
  3. 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