I need to write a loop that parses form data against an array. The form data is in the scalar, $search. The array contains keywords that should be matched, and is called @Keywords. What type of loop should I do? I'm thinking a foreach because I need all values of the array checked. But I'm not sure how to get the program to search for each variable. Any thoughts? Thanks.
Scott


Reply With Quote
Bookmarks