Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    printf("%d\n", $or);
    
    exit;
    
  2. or download this
    C:/Perl_524/bin\perl.exe  d:/pm/bitwise_or.pl 16 8
    24