Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    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