Help for this page

Select Code to Download


  1. or download this
    print bitstrings('rkt', '^', '%$#');
    
  2. or download this
    __________________
    
    ...
    
    
    'rkt' ^ '%$#' = 'WOW'
    
  3. or download this
    use strict ;
    use warnings;
    ...
    }
    
    # sub bin2dec {unpack("N", pack("B32", substr("0" x 32 . shift, -32)))
    +}