Help for this page

Select Code to Download


  1. or download this
    sub finish {
        ...
        $h = $self->{'h'};
        ...
    }
    
  2. or download this
    sub start {
        ...
        $self->{'h'} = h;
    }