Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        package Person;
        use Moose;
    ...
    
    print Person->new({ name => "Your Uncle",
                        age => 93 }), "\n";