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
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
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.
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
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