Quote:
Originally Posted by tompe
Just save it in a variable. "my $rawhtml = $text;" and do it outside the $opt_rawhtml if statement.
binmode is used because Windows add chacacters to the output without it. So the filepos pointer will not be correct so I cannot debug without binmode.
|
After 'mobi2html' fixes all the filepos pointers, what if I wanted (need)
those Windows characters in the STDOUT output? Could I
simulate it using the variable $rawhtml without printf $text?
What is the [char] code that is used in the .pdb (text) for para breaks? It is '\n' in the rawhtml text output to STDOUT.