Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p -e 'something() xor otherthing() if $condition;'
    ($condition and (something() xor otherthing()));