Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet;
    BEGIN { $|=1 }
    ...
    print "output is:\n@output\n";
    
    exit;