View Single Post
Old 08-10-2002, 06:22 AM   PM User | #3
cedsn
New Coder

 
Join Date: Aug 2002
Location: san marcos TX
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
cedsn is an unknown quantity at this point
that did it!

first i had to lowercase everything with
Code:
$data =~ tr/A-Z/a-z/;
then user your snippet there and worked like a charm.

thanks!
cedsn is offline   Reply With Quote