Help for this page
Select Code to Download
Select
or
download this
@array = unpack 'x*X3 .@0/(a4X3)', $string;
Select
or
download this
@array = $string =~ m/(?=(.{4}))/g;