Hi. I looked into HTML::Entities in CPAN, and I was wondering how you can encode every letter into an html entity. In tried the following, but it doesn't work!
Code:
use HTML::Entities;
encode_entities_numeric( "hi, this is my message. Why does perl not encode this?", /./ )