Hello Monks,
I have been wanting to get a certain module that could enable me to interpret HTML tags and translate them into their respective view with ease in a similar way to the node posting here in PM, but my application would run offline. Searched the CPAN, I found:
- Text::TagTemplate
- HTML::SimpleParse
- HTML::Parser::Simple
in addition to the markdown modules suggested to me by a Perl Monk, however, these modules did not seem to offer but an overwhelm of the simple functionality that I want, I have already written this Tk GUI that I need to set its view button active to show a fed-in text after formatting it. This fed-in text itself would contain HTML tags provided by the user, I need a module that would read in this input, and enable viewing it in a browser or in another text area embedded into the interface, all this works offline so no need for CGI intervention. Any Guidance and suggestions would be taken in with gratitude.
Excellence is an Endeavor of Persistence.
Chance Favors a Prepared Mind.