Help for this page
$ perl -le'print "something" if undef' $ ... $ perl -le 'if (undef) {print "something"} else {print "nothing"}' nothing $