Help for this page

Select Code to Download


  1. or download this
    1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0
    0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,1,0
    
  2. or download this
    Odp-
    kIr+
    
  3. or download this
    (
      110011 => 'I',
      111101 => 'u',
    ...
      01 => '/',
      ... etc ...,
    )
    
  4. or download this
    my %translation = (
      # as in OP
    );
    ...
    __DATA__
    1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0
    0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,1,0