Help for this page

Select Code to Download


  1. or download this
    sub new { register shift }
    
  2. or download this
    package My::Class;
    use Class::InsideOut qw/ new id public private /;
    ...
    private age  => my %age;
    
    1;