We don't bite newbies here... much | |
PerlMonks |
Re: Form validation/Search scriptby Zaxo (Archbishop) |
on Oct 24, 2005 at 18:28 UTC ( [id://502546]=note: print w/replies, xml ) | Need Help?? |
That depends on what you're searching. A database will more or less do it for you via DBI and SQL. Text search in files may use system grep or an index of some kind, or can use pure perl. Detail what you want. If a regex is needed, you can join the search terms with '|' to make an alternation in the regex. That will find a match each time it finds one term. Your "standard" treatment of the posted form is not so standard any more. Just saying, takes care of all that.
After Compline,
In Section
Seekers of Perl Wisdom
|
|