1Text::Emoticon(3)     User Contributed Perl Documentation    Text::Emoticon(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

20       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
21
22       This library is free software; you can redistribute it and/or modify it
23       under the same terms as Perl itself.
24

SEE ALSO

26       Text::Emoticon::MSN, Text::Emoticon::Yahoo
27
28
29
30perl v5.32.0                      2020-07-28                 Text::Emoticon(3)
Impressum