Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet;
    my $telnet = new Net::Telnet ( Timeout=>10, Port=>80, Errmode => 'retu
    +rn' );
    ...
    
    print "moving to next statement\n";
    
  2. or download this
    use Net::Telnet;
    eval {
    ...
    
    print "moving to next statement\n";