Home > Archive > PERL Miscellaneous > December 2004 > run Perl under windows
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 |
run Perl under windows
|
|
|
| Thanks Paul and Henry.
What I like to do is that from a Windows XP to connect to Unix and
router via
tcp/ip (telnet)and control the unix and the router(send some commands
to both of them).
What packages do i need to install and how to do it?
Thanks in adavance,
Steven
| |
| Jean-Pierre Vidal 2004-12-25, 3:56 pm |
| Le Sat, 25 Dec 2004 06:07:24 -0800, wld a écrit_:
> Thanks Paul and Henry.
> What I like to do is that from a Windows XP to connect to Unix and
> router via
> tcp/ip (telnet)and control the unix and the router(send some commands
> to both of them).
> What packages do i need to install and how to do it?
>
> Thanks in adavance,
>
> Steven
Without Perl, there is no difficulties to join unix through telnet.
Did you had a look at Net::Telnet? (not tested)
regards
Jean-Pierre
| |
| Tintin 2004-12-26, 3:56 am |
|
"wld" <aaabbb16@hotmail.com> wrote in message
news:dc998cfd.0412250607.a5132c9@posting.google.com...
> Thanks Paul and Henry.
Who are Paul and Henry and why are you thanking them?
> What I like to do is that from a Windows XP to connect to Unix and
> router via
> tcp/ip (telnet)and control the unix and the router(send some commands
> to both of them).
> What packages do i need to install and how to do it?
If you have a cisco router, then Net::Telnet:::Cisco could be useful for
you.
If not, then you can just use Net::Telnet, use ppm to install (see your
ActiveState Perl documentation for more details)
|
|
|
|
|