Help for this page
sub dashedHexToBytes{ join'', map pack( 'H*', $_ ),split'-', $_[0] };;
sub dashedHexToBytes{ local $_ = shift; tr[-][]; return pack( 'h*', $_ ); };;