Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    close(STDIN);
    my $tty=POSIX::ctermid();
    open(STDIN,"$tty");