Sonika Sachdeva wrote:
Hi list,

howdy :)

I have written some small perl programs for the ftp to site, getting the
data n metadata, processing it and generating the status in a text file.
Now i need to have a web interface to this.
so i have few questions:
1. perl - cgi or php?

Perl (PHP is a maintenance nightmare, security issue fiend, and a resource bloat and not nearly suited for anything very serious) or *anything* besides PHP.

2. how do i execute the perl programs on a different system than the web
server.

LWP:: modules if you're using HTTP, you can do anythign you need ,like FTP, SSH, SOAP, etc etc

3. and also get the status back on the web server

LWP

4. some programs like ftp to site may take around 1 hr to finish, so how to
tackle this situation.

Net::FTP or rsync or scp

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to