Help for this page
my @array = split /:/; # the $_ is implied my $foo = $array[1];
my $foo = (split /:/)[1];
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';