On 6/13/2012 9:04 AM, Rob Dixon wrote:

Hey Mike

This is a bug in HTML::TextToHTML. I have emailed the author.

In the mean time, if you want to fix your own copy you should modify the
module file HTML/TextToHTML.pm.

Line 1521, which reads

            $para = $_;

should be changed to

            $para = $source;

HTH,

Rob



Another guy said the exact same thing, but my copy
of TextToHTML.pm has that command at line 1153.
I have version
=head1 AUTHOR

Kathryn Andersen, E<lt>http//www.katspace.comE<gt> 2002,2003
Original txt2html script copyright (C) 2000 Seth Golub <seth AT aigeek.com>


Line 3048 is the last line of the module.


There is no $source in my code, so I am trying to figure
it out.

My version of TextToHTML.pm is located here:
http://www.mflan.com/temp/TextToHTML.pm



Thanks for your help.



Mike Flannigan


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to