Help for this page

Select Code to Download


  1. or download this
    use base qw(Some::Package);
    
  2. or download this
    sub new {
      my $proto     = shift;
    ...
          $self->$arg($args{$arg});
        }
      }
    
  3. or download this
    sub init {
       my $self=shift;
       $self->{_permitted} = \%fields;
       #... and add the other fields also
      };