Re: AW: Perl CGI Incremental find

2009-11-17 Thread Dave Tang
On Tue, 17 Nov 2009 19:20:42 +1000, Thomas Bätzler wrote: Hi, Jeff Pang wrote: On Nov 17, 2009, Dave Tang wrote: > Is it possible to implement an incremental find* feature on a Perl CGI > page? I'm running Apache2 with mod_perl on linux. > > For example, if I have a list of stuff (A, Aa,

AW: Perl CGI Incremental find

2009-11-17 Thread Thomas Bätzler
Hi, Jeff Pang wrote: > On Nov 17, 2009, Dave Tang wrote: > > Is it possible to implement an incremental find* feature on a Perl CGI > > page? I'm running Apache2 with mod_perl on linux. > > > > For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc. stored > > in a file or database)

Re: Perl CGI Incremental find

2009-11-17 Thread Jeff Pang
This is the stuff JavaScript will do, nothing about CGI, which is a server-end implement. On Nov 17, 2009, Dave Tang wrote: Hi everybody, Is it possible to implement an incremental find* feature on a Perl CGI page? I'm running Apache2 with mod_perl on linux. For example, if I have a list

Re: Perl CGI Incremental find

2009-11-16 Thread Owen
> Hi everybody, > > Is it possible to implement an incremental find* feature on a Perl CGI > page? I'm running Apache2 with mod_perl on linux. > > For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc. > stored > in a file or database) and when a user starts typing in A into the web > f

Perl CGI Incremental find

2009-11-16 Thread Dave Tang
Hi everybody, Is it possible to implement an incremental find* feature on a Perl CGI page? I'm running Apache2 with mod_perl on linux. For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc. stored in a file or database) and when a user starts typing in A into the web form, 2 su