Help for this page

Select Code to Download


  1. or download this
    package MooseClass;
    #MooseClass.pm file
    ...
    __PACKAGE__->meta->make_immutable();
    no Moose;
    1;
    
  2. or download this
    #serialize.pl
    use strict;
    ...
    
    print "\n \n New Class dump3 \n", Dumper($newObj);
    
  3. or download this
    #Output
    
    ...
                     'name' => 'Eva'
                   }, 'MooseClass' );