Re: web-based application question

2003-10-15 Thread James Edward Gray II
On Wednesday, October 15, 2003, at 10:21 AM, Gary Stainburn wrote: James, I'm curious, why bother running a daemon which needs starting/stopping, and watching to make sure it doesn't die, when if you're going to use CGIs to populate the directory in the first place, why don't you simply call

Re: web-based application question

2003-10-15 Thread Wiggins d'Anconia
> James, > > I'm curious, why bother running a daemon which needs starting/stopping, and > watching to make sure it doesn't die, when if you're going to use CGIs to > populate the directory in the first place, why don't you simply call the > script from there? > > What happens when 1 file t

Re: web-based application question

2003-10-15 Thread Gary Stainburn
On Wednesday 15 Oct 2003 3:21 pm, James Edward Gray II wrote: > On Wednesday, October 15, 2003, at 09:03 AM, PD Schloss wrote: > > Hi, > > > > I have a perl script that I would like to make available on-line. I > > suspect the target community (microbiologists) has no interest in > > getting/lear

Re: web-based application question

2003-10-15 Thread Gary Stainburn
On Wednesday 15 Oct 2003 3:03 pm, PD Schloss wrote: > Hi, > > I have a perl script that I would like to make available on-line. I > suspect the target community (microbiologists) has no interest in > getting/learning perl for themselves and would prefer to use it as an > on-line resource. Since I

RE: web-based application question

2003-10-15 Thread Tristram Nefzger
Hi, If your application will be doing search and retrieval, there's a good chance something similar has already been developed that can be used as a starting point. http://www.perl.com/pub/q/resources is a good starting point for finding out what's already available in perl. An excellent intro

RE: web-based application question

2003-10-15 Thread Wiggins d'Anconia
On 15 Oct 2003 09:03:01 -0500, PD Schloss <[EMAIL PROTECTED]> wrote: > Hi, > > I have a perl script that I would like to make available on-line. I > suspect the target community (microbiologists) has no interest in > getting/learning perl for the

Re: web-based application question

2003-10-15 Thread James Edward Gray II
On Wednesday, October 15, 2003, at 09:03 AM, PD Schloss wrote: Hi, I have a perl script that I would like to make available on-line. I suspect the target community (microbiologists) has no interest in getting/learning perl for themselves and would prefer to use it as an on-line resource. Since