Help for this page

Select Code to Download


  1. or download this
    sub new 
    {
    ...
       my ( $self, $a ) = @_;
       $self->{ A } = $a;
    }
    
  2. or download this
    sub copy
    {
    ...
       bless $new, 'Stuff';
       return $new;
    }