in reply to
Re: Syslog conversion to HTML
in thread
Syslog conversion to HTML
I believe you also need to encode at least &, <, and >. You can do this with a simple s///g or with something like HTML::Entities (part of
HTML-Parser
).
Comment on
Re: Re: Syslog conversion to HTML
In Section
Seekers of Perl Wisdom