Help for this page

Select Code to Download


  1. or download this
    Trying 128.*******.12...
    Connected to rhino.***.edu.
    Escape character is '^]'.
    
  2. or download this
    use Net::Telnet ();
    $hostname = "rhino.****.edu";
    ...
    $pop->print($x);
    $f = $pop->waitfor('//');
    print "$f\n";