[Perl-unix-users] Re: Monitoring Directory Activity

2003-01-02 Thread Mark Mitchell
I attempted to install SGI:FAM using the CPAN module. It failed with fatel errors. It also fails when I try to compile it manualy. Im using RedHat 8.0 with the FAM deamon already installed by default. Is SGI::FAM from CPAN inteaded to be installed on Linux or just IRIX? - Mark [EMAIL PROTECT

Re: [Perl-unix-users] Multiple FTP Session

2003-01-02 Thread Werner Oswald
Hi, a "metoo" question ;-) might there also be a way to have one file fetched from multiple sources to have more speed during the download? Many Thanx Werner VRSS> Hi All, VRSS> What will be the better way to create a multiple ftp session. The number VRSS> of sessions has to be determined by

[Perl-unix-users] Multiple FTP Session

2003-01-02 Thread V. Rajaraman \[Sys-Support\]
Hi All, What will be the better way to create a multiple ftp session. The number of sessions has to be determined by a flat file dynamically created by the user. And any link which talk about writing efficient perl codes. Thanks Suresh A. ___ Perl-Un

[Perl-unix-users] Perl Login

2003-01-02 Thread Mundell, R. \(Ronald\)
Title: Perl Login Hi all I am trying to create a login webpage. I have created a HTML front-end that calls a cgi script. but that is were the problem is, I do not know how to do logins under perl. If someone can help me please do Ronald

Re: [Perl-unix-users] CGI redirection

2003-01-02 Thread Jo Geraerts
On Tue, Dec 31, 2002 at 10:45:03AM +0200, Mundell, R. (Ronald) wrote: > Does any one knows how to redirect one CGI page to another? I am writing a > webpage to do login. on success it needs to reload a different page in its > place otherwise it must reload itself. If anyone can help me, please do.

[Perl-unix-users] CGI redirection

2003-01-02 Thread Mundell, R. \(Ronald\)
Title: CGI redirection Good Day All Does any one knows how to redirect one CGI page to another?  I am writing a webpage to do login. on success it needs to reload a different page in its place otherwise it must reload itself. If anyone can help me, please do. Ronald