Help for this page

Select Code to Download


  1. or download this
    our @ISA = qw(Tie::Handle);
    
  2. or download this
    my $output = ''; # to store the output.
    
    ...
        my $self = shift;
        ${$self->{SAVE_TO}} .= join '', @_;
    }