binmode STDOUT; local $/; $_ = <>; s/\s+//g; # Adjust to filter out irrelevant stuff. print pack 'H*', $_; #### print "\x00" x $offset;