Help for this page

Select Code to Download


  1. or download this
    package Tie::Handle::MultiRec;
    
    ...
        $self->{'print'}->(@_);
    }
    
  2. or download this
    my $ctl = tie *FH, 'Tie::Handle::MultiRec', $0, "\n", 3;
    my $n = 1;
    ...
        print FH qq(irs=""); # switch to paragraph mode (using OOB)
        $n++;
    }