Help for this page

Select Code to Download


  1. or download this
    sub DESTROY {
       my ($self, @args) = @_;
    ...
       undef $self->{'_fh'};
       return 1;
    }
    
  2. or download this
    sub new{
        my ($class, @arg) = @_;
        my %arg = @arg;
        ...
    }