Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Using Net::Telnet

by TStanley (Canon)
on Mar 06, 2008 at 20:21 UTC ( [id://672570]=note: print w/replies, xml ) Need Help??


in reply to Using Net::Telnet

Here is some updated code:
#!C:\perl\bin\perl -w use Net::Telnet; my $NT = new Net::Telnet(); $NT->open('128.999.999.999'); #obviously not my IP my @out = $NT->cmd(); my @out1 = $NT->put('1\n'); my @out2 = $NT->put('password\n'); #obviously not the password print "OUT: @out"; print "OUT1: @out1"; print "OUT2: @out2";
And here are the results of that code:
C:\Documents and Settings\toms\Desktop>perl isdn.pl OUT: ADTRAN TSUIQ VER 333a 0464 ©[2J©[1;67HADTRAN TSUIQ©[2;65H(Telnet) EAST1©[1;32HTelnet Login Me +nu ©[3;1H______________________________________________________________ +__________ ______©[5;1H©[5;1H 1 - Local Login ©[6;1H 2 - Remote Login ©[7;1H 3 - Logout ©[23;1H_____________________________________________________________ +__________ _______©[24;2H©[KEnter Selection -OUT1: 1OUT2: 1 C:\Documents and Settings\toms\Desktop>

TStanley
--------
People sleep peaceably in their beds at night only because rough men stand ready to do violence on their behalf. -- George Orwell

Log In?
Username:
Password:

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

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

    No recent polls found