Heya JPDeni,
I guess this is more a Perl than DB question but I'm going to ask anyway....
How do I check the exact content of a field with and IF statement?
I tried:
But don't seem to get the correct results. Where am I going wrong?
------------------
Safe swoops
Sangiro
http://www.dropzone.com/
I guess this is more a Perl than DB question but I'm going to ask anyway....
How do I check the exact content of a field with and IF statement?
I tried:
Code:
if ($rec{'Country'} == 'United States')But don't seem to get the correct results. Where am I going wrong?
------------------
Safe swoops
Sangiro
http://www.dropzone.com/

