Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Net::Telnet

by Rex(Wrecks) (Curate)
on Apr 04, 2002 at 20:05 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found