Re: Web Interface for Perl programs

2006-04-10 Thread Jay Savage
On 4/10/06, Sonika Sachdeva <[EMAIL PROTECTED]> wrote: > Hi list, > > 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. per

Re: Web Interface for Perl programs

2006-04-10 Thread nishanth ev
Hello Sonika, > Now i need to have a web interface to this. > so i have few questions: > 1. perl - cgi or php? go for perl-cgi > 2. how do i execute the perl programs on a different > system than the web > server. If you want to run a subroutine that is located on another server, you can use

Re: Web Interface for Perl programs

2006-04-10 Thread Mr. Shawn H. Corey
On Mon, 2006-10-04 at 09:04 -0700, Sonika Sachdeva wrote: > Hi list, > > 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.

Re: Web Interface for Perl programs

2006-04-10 Thread JupiterHost.Net
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 i

Re: Web Interface

2002-12-04 Thread Rob Dixon
Hi Shishir You'll need LWP::UserAgent to fetch the URL, and HTML::Treebuilder to parse it. HTH, Rob - Original Message - From: "Shishir K. Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 8:26 PM Subject: Web Interface > Hi, > > I have a web page UR