Help for this page

Select Code to Download


  1. or download this
      my @array = (undef, map([undef, map($_-64, unpack('C3', $_))],
                                                 unpack('(A3)*', $string))
    +) ;
    
  2. or download this
    use strict ;
    use warnings ;
    ...
    
      return \@array ;
    } ;