Help for this page
#/usr/bin/perl use strict; ... $test = 1 || (undef && undef != 0) ? undef : 0; print "test = $test\n";
OUTPUT: test =