Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

HTML::FormatText stripping last word

by aijin (Monk)
on Jul 20, 2001 at 18:06 UTC ( [id://98413]=perlquestion: print w/replies, xml ) Need Help??

aijin has asked for the wisdom of the Perl Monks concerning the following question:

I'm working on an online submission form, and I don't want any HTML in the entries, so I figured I'd just strip it out with HTML::FormatText.

Just a snippet of the code...

my $t = $q->param('confession'); $t = HTML::FormatText->new->format(parse_html($t)); print $t;

Well, it seems to be stripping the tags out just fine. But here's the weird thing...it's also stripping out the last word. Has anyone else run into this or am I just doing something wrong here?

-aijin

Replies are listed 'Best First'.
Re: HTML::FormatText stripping last word
by merlyn (Sage) on Jul 20, 2001 at 19:01 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://98413]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-24 22:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found