http://www.perlmonks.org?node_id=273853

bsb has asked for the wisdom of the Perl Monks concerning the following question:

Or anywhere else for that matter?

Hardly anyone seems to in their modules:

$ find /usr/local/lib/perl -name '*pm' | xargs grep xor /usr/local/lib/perl/5.6.1/DateTime.pm: if ( $self->{tz}->is_floatin +g xor $was_floating ) /usr/local/lib/perl/5.6.1/Date/Calc/Object.pm: if ($val1 xo +r $val2);
Is 'xor' at all useful?

Brad