Title: Running Perl program on NT and accessing a UNIX machine
Looks
like you want to telnet from your perl script to the unix machine. I think there
is a Net::Telnet module for that.
-Original Message-From: Lex Hagen
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 29,
200
Running Perl program on NT and accessing a UNIX machine
Using Net::Telnet, perl can complete any commands you would need to have. It
is in the docs, under Net.
- Original Message -
From: Lex Hagen
To: '[EMAIL PROTECTED]'
Sent: Wednesday, November 29, 2000 3:24 AM
Subject: Running Perl pro
Lex,
Yes you can, try the NET:Telnet module, which allows you to Telnet to
and run commands on the UNIX box.
Steve K
> -Original Message-
> From: Lex Hagen [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, November 29, 2000 3:24 AM
> To: '[EMAIL PROTECTED]'
> Subject: Running Perl pr
> "Lex" == Lex Hagen <[EMAIL PROTECTED]> writes:
> Hi,
> Is it possible to run a Perl program on a Windows NT machine, that logs on
> to a remote UNIX machine? On that machine the Perl program should execute
> some
> commands and when this is finished, it should disconnect from the UNIX
> m