- or download this
#!/usr/bin/perl -w
use strict;
...
@fields = fixedsplit($data,6);
print "@fields\n";
- or download this
abcd efgh ijkl mnop qrst uvwx yz
abcdef ghijkl mnopqr stuvwx yz
- or download this
---
print map { my ($m)=1<<hex($_)&11?' ':'';
$m.=substr('AHJPacehklnorstu',hex($_),1) }
split //,'2fde0abe76c36c914586c';