Text::Emoticon.3pm

Langue: en

Version: 2006-02-23 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Text::Emoticon - Factory class for Yahoo! and MSN emoticons

SYNOPSIS

   use Text::Emoticon;
 
   my $emoticon = Text::Emoticon->new('MSN', { strict => 1, xhtml => 0 });
   print $emoticon->filter('Hello ;)');
 
 

DESCRIPTION

Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Text::Emoticon::MSN, Text::Emoticon::Yahoo