this is what I need, I need to search and I want them to be able to type it in caps and it will still match, and I dont want param('search') to search for the whole word, for example:### Search through the users foreach $user (@list) { if(param('search') =~ /$user/) { print "$user<br>"; } }
In reply to Search And Replace by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |