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

Re: Telnet.pm and IAC

by Khen1950fx (Canon)
on Feb 24, 2012 at 14:29 UTC ( [id://955930]=note: print w/replies, xml ) Need Help??


in reply to Telnet.pm and IAC

"Disable" may not be the right term. For me, I think "use it, then remove it". Here's my first try.
#!/usr/bin/perl -l use strict; use warnings; use Net::Telnet::Options; my $nto = Net::Telnet::Options->new(); my($ssocket) = 'This is a test'; open my $socket, "<", \$ssocket or die "Can't open socket scalar: $!"; my $data = chr(255); my $returned = $nto->answerTelnetOpts($socket, $data); print "SSocket : ", join(' ', map({ ord $_; } split(//, $ssocket))); close $socket;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-23 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found