Help for this page

Select Code to Download


  1. or download this
    #Class::Accessor
    sub make_accessor {
    ...
            }
        };
    }
    
  2. or download this
    #Class::Struct
    sub struct {
    ...
        carp $@ if $@;
    }