- or download this
( defined($p) ? '1' . $p : 0 ) eq ( defined($q) ? '1' . $q : 0 )
- or download this
use strict;
use warnings;
...
) ? 'true' : 'false';
print join(" eq ", @$_), " = $cmp\n";
}
- or download this
undef eq undef = true
undef eq empty = false
...
empty eq empty = true
empty eq string = false
string eq string = true