Help for this page

Select Code to Download


  1. or download this
    my $M = Person->new( name => 'A', sex => 'please' );
    print $M->dump;
    
  2. or download this
    $VAR1 = bless( {
                     'sex' => 'please'
                   }, 'Person' );
    
  3. or download this
    C:\>perl -MMoose -e "print $Moose::VERSION"
    0.22
    ...
    C:\>perl -v
    
    This is perl, v5.8.8 built for MSWin32-x86-multi-thread