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