Help for this page
johngg@aleatico:~$ perl -Mstrict -Mwarnings -E ' my $str = q{example.me}; ... print pack qq{Z$padLen}, $str;' | hexdump -C 00000000 65 78 61 6d 70 6c 65 2e 6d 65 00 00 |example.m +e..| 0000000c
johngg@aleatico:~$ perl -Mstrict -Mwarnings -E ' my $str = q{myexample.me}; ... : $str;' | hexdump -C 00000000 6d 79 65 78 61 6d 70 6c 65 2e 6d 65 |myexample +.me| 0000000c