I have written a basic search engine, but can not find how to match the users input regardless of case.

#$keyword comes from html form input

while (<htmlfile>)
{
if (/$keyword/)
{
#do some things here
}
}

Any help is always appreciated,

many thanks,

Chris.

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to