in reply to Re: Any difference in conditionals?
in thread Any difference in conditionals?
... works like one might want it to work :)if($x1 && (warn '$x1 OK... ') && $x2) { print "here\n"; }
So _technically_ even this method allows for debugging.
--Brock
|
|---|