in reply to
HTML::FormatText stripping last word
I don't know where that call to
parse_html
is from, but if it's some call to a subclass of
HTML::Parser
, you must always include an
eof
call to flush the last events.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: HTML::FormatText stripping last word
In Section
Seekers of Perl Wisdom