I cant use Telnet or Sockets because the modules are
not loaded on. I want to automate telnets to a list of
ips. 

It looks like this is running but I am not prompted
for a login and password until after I interupt the
script. 

How can I get the prompts sent to the display then
return to the perl program when the telnet session is
terminated. 

$tel = qx(telnet $ARGV[0]);
print STDOUT $tel; 



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to