in reply to CGI Typein box for pseudo-HTML - is there a module?
A trick I've done in the past to "balance" unbalanced HTML-source is to:
If that doesn't work for you, you might try the Range.cloneContents method (the standard says this does balance "unbalanced" tags for you).
Either of those can be done in (for example) a submit handler.
On the perl side you can use something like HTML::PullParser, which gives you a lot of control over what you wish to ignore.
-David
|
|---|