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