in reply to Replacement of HTML Entites

Googling for HTML Entity finds HTML::Entites. What was bad about it that you didn't use it?

Replies are listed 'Best First'.
Re^2: Replacement of HTML Entites
by Tommy1981 (Initiate) on Jul 13, 2010 at 08:01 UTC
    Hi Corion,

    Thank you very much for your answer. I didn't know that HTML::Entities is contained in HTML::Parser, and I couldn't find "HTML-Entities" via the Active Perl's "Perl Package Manager".

    Now it works fine.

    Thomas