if ($value1 == 30 and $value2 > 0 and $string1 eq "winner") { print "winner!\n"; } [download]
-- Randal L. Schwartz, Perl hacker
In reply to Re: Logical Operators by merlyn in thread Logical Operators by Zombie