bazz
12-16-2007, 02:35 PM
Hi.
I have drawn a mental blank on this and ask for a quick bit of help.
I am trying to write a conditional statement where there is a match of one value but no match of the other. I don't seem to be able to recall the 'no match' snippet highlighted.
if ($webPage =~ /baseBusiness/ && $webPage !=~ /nearbyBusiness/ ){
Any help you can offer will be really welcome.
bazz
I have drawn a mental blank on this and ask for a quick bit of help.
I am trying to write a conditional statement where there is a match of one value but no match of the other. I don't seem to be able to recall the 'no match' snippet highlighted.
if ($webPage =~ /baseBusiness/ && $webPage !=~ /nearbyBusiness/ ){
Any help you can offer will be really welcome.
bazz