Help for this page
perl -le 'print print(0>1) ? "true ???!!!" : "is false"'
perl -le 'print print 0>1 ? "true ???!!!" : "is false"'