Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    
    # So...
    print "Result: ", join ', ', split //, $bits1 |. $bits2;
    
  2. or download this
    011101111111
    4294967295
    011101111111
    Result: 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1