|
Posted by Mark Clements on April 24, 2005, 2:01 pm
Please log in for more thread options
stratus wrote:
> I have a problem. I need to first into a particular shell,not c shell
> but a vendor shell,like
>
> VENDOR>
>
> And then do a lot of things, and generates some files.
>
> How to do this in Perl ?
check out:
Net::Telnet
Expect
on CPAN.
Mark
|