Help for this page

Select Code to Download


  1. or download this
    sub add {
      my $self = shift;
    ...
        $self->{'data'} .= $data;
      }
    }
    
  2. or download this
    sub add {
    #I, George Sherston, edited this function 6/2002;
    ...
    #    $self->{'data'} .= $data;
    #  }
    }