Home > Archive > PERL Modules > April 2005 > How to to many things in a shell..
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to to many things in a shell..
|
|
| stratus 2005-04-21, 3:56 am |
|
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 ?
| |
|
| Stratus, you have to at least be more specific with your inquiry.
Which vendor? Cisco? etc.. it's important. There's no general
"vendor" module for per that "does a lot of things and generates files"
lol. But maybe there is one that is specific to your particular
vendor.
Jay
| |
| Mark Clements 2005-04-24, 8:55 am |
| 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
|
|
|
|
|