I have a scalar string from an untrusted source and I want to place it in a utf8 web page as verbatim text outside of a PRE tag. Is there a module that with perform the necessary encoding such that any markup and other sillyness will appear as is and not interpretted by the browser?
Update: Yes, that is what I mean. Entity encoding. Will try HTML::Entities. Thanks.