Thread
:
paths?
View Single Post
#
3
01-24-2004, 11:51 AM
mattmeck
Guest
Posts: n/a
ok forgot to put the diferences
if ($text=~/Hail/) = pearl example
if ($text~= /Hail/) = yours
notice the = and ~ are reversed
mattmeck