HTML::FromText may fill the bill for you.
use warnings; use strict; use HTML::FromText; print text2html ('<b>This is some HTML</b>') . "\n"; __END__ <b>This is some HTML</b>
In reply to Re: Scalar string to web page
by GrandFather
in thread Scalar string to web page
by tomazos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |