Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    __DATA__
    8 and 1 = [% 8 and 1 %] (should be 0, if we use a bitwise operator)
    8 or 1 = [% 8 or 1 %] (should be 9, if we use a bitwise operator)