Dear all, when I run the following statement
print "TRUE" if ( 0 ) or die "FALSE" ; [download]
print "TRUE" if ( 0 ) or print "FALSE" ; [download]
In reply to if and else by abubacker