in reply to comparing two values under 'perl -w'
if (!(defined $a && defined $b) || $a eq $b) { print "equal"; } [download]
gav^