Help for this page
print map chr hex, qw( 01 42 62 00 01 );
print map { pack 'H2', $_ } qw( 01 42 62 00 01 );
print pack 'H*', '0142620001';