# conditional type1 if ($x1) { if ($x2) { print "here\n"; } } # conditional type2 if ($x1 && $x2) { print "here\n"; }