Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Net::Telnet

by Rex(Wrecks) (Curate)
on Apr 04, 2002 at 20:05 UTC ( #156748=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $telnetObj = new Net::Telnet (Timeout => 20, Prompt => '/[^ <-]\>/'
    +, Errmode => "return") ;
    my $tmp = $^W ;
    local($^W) = 0;  
    $telnetObj->open(Host => $gw_in_addr) ; #offending code in here 
    $^W = $tmp;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://156748]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2023-06-07 11:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?