Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Timeout parameter for Net::Telnet under Windows

by RonW (Parson)
on Jan 26, 2016 at 00:00 UTC ( [id://1153624]=note: print w/replies, xml ) Need Help??


in reply to Timeout parameter for Net::Telnet under Windows

Maybe use IO::Socket to make the connection then the Fhopen option on Net::Telnet::new to establish the Telnet session:

my $s = IO::Socket::INET::new(PeerHost => $host, PeerPort => $port, Blocking => 0, ...); my $t = Net::Telnet::new(fhopen => $s, ...);

Disclaimer: Not tested. YMMV

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found