in reply to Re: undef-safe equality (shorter)in thread undef-safe equality
sub iseq { (!defined $_[0] || $_[0].9) eq (!defined $_[1] || $_[1].9); } [download]
1 == keys %{{map {(!defined()||$_.9)=>1} @_}}; [download]