Help for this page

Select Code to Download


  1. or download this
    use Term::ReadLine;
    my $tty=$ENV{MASTER_TTY};
    ...
      print $OUT $res, "\n" unless $@;
      $term->addhistory($_) if /\S/;
    }