Help for this page

Select Code to Download


  1. or download this
      @array = unpack 'x*X3 .@0/(a4X3)', $string;
    
  2. or download this
      @array = $string =~ m/(?=(.{4}))/g;