Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    # write the hex byte string of the title to the file
    print DEBUGFILE "Title Hex Byte String:" . unpack("H48", $title) . "\n
    +";
    
  2. or download this
    Title:??! ???
    Title Length:7
    Title Hex Byte String:3f3f21203f3f3f