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

Re: join lines

2009-11-16 Thread Jim Gibson
On 11/16/09 Mon Nov 16, 2009 1:23 PM, "Jackie Jackie" scribbled: > What this means > > if( ! length() ) It means evaluate the expression '! length()' in a scalar context, interpret the value as a logical expression, and branch accordingly. ! is the not operator. length() is the length ope

Re: join lines

2009-11-16 Thread Jackie Jackie
Hello Thanks for your help name1&firstname1&adresse1&firstname4&adresse4&firstname6&adresse6 name2&firstname2&adresse2&firstname5&adresse5&firstname7&adresse7 name3&firstname3&adresse3&name6 name4&name7 name5 What this means if( ! length() ) From: Shawn H

Re: Extended Constructs

2009-11-16 Thread Rob Coops
On Mon, Nov 16, 2009 at 2:03 PM, Shubhangi < shubhangi_shing...@persistent.co.in> wrote: > Hi, > > Can anybody explain the extended constructs in regular expression with some > easy examples? > I searched about (?=..), (?:..) etc. I could find one liner description > (without examples). > I did no

Re: Extended Constructs

2009-11-16 Thread Shawn H Corey
Shubhangi wrote: > Can someone point me to useful document? Perl documentation is available online at http://perldoc.perl.org/ For regular expressions, try: http://perldoc.perl.org/perlretut.html http://perldoc.perl.org/perlre.html -- Just my 0.0002 million dollars worth, Shawn Programm

Extended Constructs

2009-11-16 Thread Shubhangi
Hi, Can anybody explain the extended constructs in regular expression with some easy examples? I searched about (?=..), (?:..) etc. I could find one liner description (without examples). I did not understand them completely. Can someone point me to useful document? Regards, Shubhangi DISC