> 
> Does some know how to get the output when I send commands to a telnet
> server using a perl script??? I m using telnet.pm module
> I do need it today and I don’t 
> Know what to do... :-(
> If some one could help me.,plzz
>  

Is,

my @output = $telnet->cmd('ls -l');

not working for you?  Check the docs:

http://search.cpan.org/~jrogers/Net-Telnet-3.03/lib/Net/Telnet.pm

There is a section that describes the various forms of the call to
'cmd'... including at least two ways of getting the output...

What have you tried and what doesn't work?

http://danconia.org

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

Reply via email to