RE: [Perl-unix-users] Perl and UNix

2003-01-22 Thread Thomas_M
feemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;; > -Original Message- > From: Poon, Kelvin (Infomart) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 9:36 AM > To: 'Martin Moss' > Cc: '[EMAIL PROTECTED]' > Subject: RE: [Perl-uni

RE: [Perl-unix-users] Perl and UNix

2003-01-22 Thread Matt Schneider
aboteurs. Matt Schneider Programmer/System Administrator SKLD Information Services, LLC -Original Message- From: Poon, Kelvin (Infomart) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 7:36 AM To: 'Martin Moss' Cc: '[EMAIL PROTECTED]' Subject: RE: [Pe

RE: [Perl-unix-users] Perl and UNix

2003-01-22 Thread Poon, Kelvin \(Infomart\)
- From: Martin Moss [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:44 PM To: Peter Eisengrein; 'Poon, Kelvin (Infomart)' Cc: [EMAIL PROTECTED] Subject: Re: [Perl-unix-users] Perl and UNix Whilst Net::Telnet is a groovy thing, Telnet isn't as secure as ssh. I haven&#

RE: [Perl-unix-users] Perl and UNix

2003-01-21 Thread Allegakoen, Justin Devanandan
--8<-- Whilst Net::Telnet is a groovy thing, Telnet isn't as secure as ssh. I haven't had any use of the Net::SSH stuff out there, but perhaps it would be a consideration, --8<-- Yeah, but you have to install about 10 other modules. And installation proves t

Re: [Perl-unix-users] Perl and UNix

2003-01-21 Thread Martin Moss
27;Poon, Kelvin (Infomart)'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 6:46 PM Subject: RE: [Perl-unix-users] Perl and UNix > http://www.cpan.org > http://search.cpan.org > > > > -Original Message- > From: Poon, Kelv

RE: [Perl-unix-users] Perl and UNix

2003-01-21 Thread Peter Eisengrein
http://www.cpan.org http://search.cpan.org -Original Message- From: Poon, Kelvin (Infomart) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:39 AM To: 'Thomas_M' Cc: '[EMAIL PROTECTED]' Subject: RE: [Perl-unix-users] Perl and UNix Thanks a lot for al

RE: [Perl-unix-users] Perl and UNix

2003-01-21 Thread Poon, Kelvin \(Infomart\)
hanks Kelvin -Original Message- From: Thomas_M [mailto:[EMAIL PROTECTED]] Sent: January 21, 2003 8:16 AM To: 'Poon, Kelvin (Infomart)'; '[EMAIL PROTECTED]' Subject: RE: [Perl-unix-users] Perl and UNix Poon, Kelvin wrote: > Ok, I need a perl script that opens/acces

RE: [Perl-unix-users] Perl and UNix

2003-01-21 Thread Thomas_M
Poon, Kelvin wrote: > Ok, I need a perl script that opens/access a file on a Unix > system (RS6000/AIX to be specific). Well, you would think > this is a beginner problem, and yes it would be if I told you > ur perl script is on the unix system itself. BUt the problem > is my perl script has

RE: [Perl-unix-users] Perl and UNix

2003-01-20 Thread Matt Schneider
perl do this> is this a socket client/.server communcation type of thing? Kelvin -Original Message- From: Matt Schneider [mailto:[EMAIL PROTECTED]] Sent: January 20, 2003 3:46 PM To: 'Poon, Kelvin (Infomart)'; '[EMAIL PROTECTED]' Subject: RE: [Perl-unix-users] Perl an

RE: [Perl-unix-users] Perl and UNix

2003-01-20 Thread Matt Schneider
Kelvin, I am presuming that your CGI script is running on another AIX or Linux machine? You could set up an NFS export and mount of the path containing the file you want to access. Otherwise you might need to ftp a copy of it or something along those lines but that creates a lot of time overhead