Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Telnet Issue

by ramlight (Friar)
on Sep 03, 2009 at 19:49 UTC ( [id://793285]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Telnet Issue
in thread Telnet Issue

As ssandy pointed out in greater detail, this is simply not going to do what you would like it to.
$telnet = `telnet $hostname `; $telnet -> waitfor('/Username: $/i');
If you want to script a telnet session, `telnet` isn't going to get you there; you're going to have to find another approach (such as Net::Telnet).

Perhaps you might want to tell us more about why you decided NOT to use Net::Telnet. Perhaps someone here can help you get it to do what you need.

Replies are listed 'Best First'.
Re^4: Telnet Issue
by jag (Initiate) on Sep 04, 2009 at 08:41 UTC
    Hi guys, Thanks for all your support, the reason why i didnt choose Net::Telnet is i was not having the root access to install the Net::Telnet module. Thats why i tried with this option. Cheers, Jag

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-16 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found