SysAdm has asked for the wisdom of the Perl Monks concerning the following question:
The $desc variable is where the code will search the data... I'm thinking I need something like this<input type="text" name="searchstring" size="18"> if ($desc =~ /$form{'searchstring'}/i) {
$form{'searchstring'}/i = [a-zA-Z] else $desc =~ /$form{'searchstring'}/i
But that doesn't seem to work... any suggestions??? ________SysAdm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Giving text box a hidden value
by arturo (Vicar) on Mar 13, 2001 at 21:40 UTC | |
|
Re: Giving text box a hidden value
by fpi (Monk) on Mar 13, 2001 at 22:08 UTC | |
|
Re: Giving text box a hidden value
by McD (Chaplain) on Mar 14, 2001 at 00:00 UTC |