Hi All,
Please review following code.
there is no output against the code.
the script runs and prints the starting strings and nothing more.
More over I was missing Net::Telnet module. So I downloaded it from CPAN.
Unzipped it , then I manually copied the Telnet.pm extracted from zip at
path /usr
You may want to run ppm to install Net::Telnet.
It is more secure to log in first as a user, then su - to root if required.
From the prompt string you can see I had some issues dealing with
different systems, so after getting a connection I hit enter, as HP
tends to come back with a prompt. The
Thanks to everyone who responded.
I ended up having to put the SMTP server name to use into a config file.
Since I couldn't figure out a way to ask Windows/Outlook in Perl what it
was configured to use.
Curtis
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
Sent: We
I'm trying to carry out some remote debugging with some Perl CGI scripts. My
Mac with Leopard already had Perl installed but I needed some other Perl
modules, including DB_File, so I installed ActivePerl in a separate
directory, choosing the default one of /usr/local/ActivePerl-5.8/bin, and
used PP