http://qs321.pair.com?node_id=156121


in reply to Re: comparing two values under 'perl -w'
in thread comparing two values under 'perl -w'

Can we not just skip the secondary ternary here?

if(defined($x) && defined($y) ? $x==$y : !defined($x) && !defined($y)) + {