Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      return join '', ('A'..'Z')[ map { oct "0b$_" }
        (unpack 'B*', pack 'H*', shift()) =~ /.{5}/g ]
      }
    
  2. or download this
    COLINWRAY