RE: cheetah book question (perl newbie)

2001-05-04 Thread Jean-Paul Felix
thanks all, if: next unless(/$siteName/); wouldn't work to find $siteName anywhere in $_, please let me know. jpf > next unless m/^\Q$siteName:/;

cheetah book question (perl newbie)

2001-05-04 Thread Jean-Paul Felix
On page 18 of the book (1st ed) there is a line which carries out a pre-check of $_ to see if it contains the data being searched for (somewhere?): next unless m/^\Q$siteName:/; On page 24 it's: next unless m/\Q$siteName/; I can't find out what \Q means, I assume ^ means 'beginning with', could s

RE: Unsuscribe

2001-04-17 Thread Jean-Paul Felix
Some users are 'subscribed' by friends playing 'games'.