Help for this page

Select Code to Download


  1. or download this
    return <$self->handler>;
    
  2. or download this
    sub readLine { my $self = shift;
        my $fh= $self->handler;
        return <$fh>;
    }