Help for this page

Select Code to Download


  1. or download this
    package Module;
    use Mouse;
    sub new { return undef }
    __PACKAGE__->meta->make_immutable( inline_constructor => 0 );
    print __PACKAGE__->new();