Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #so far, so good
            $packed_stuff=pack("H16", $print_this);
    print $packed_stuff."\n";