http://www.perlmonks.org?node_id=348723


in reply to Re: Any difference in conditionals?
in thread Any difference in conditionals?

This thought got me thinking...
if($x1 && (warn '$x1 OK... ') && $x2) { print "here\n"; }
... works like one might want it to work :)

So _technically_ even this method allows for debugging.

--Brock