NAME
MSN::PersonalMessage - Perl extension for change MSN Personal Message
SYNOPSIS
use MSN::PersonalMessage qw(Change Disable);
Change("Music", "This is my text");
# Change("Games", "This is my text");
# Change("Office", "This is my text");
Disable();
DESCRIPTION
This is a module for change MSN Personal Message.
NOTE
Text length must less than 512 byte, and it support Multibyte charset.
AUTHOR
Lilo Huang (kenwu@cpan.org)
http://blog.roodo.com/kenwu/
COPYRIGHT AND LICENSE
Copyright 2008 by Lilo Huang All Rights Reserved.
You can use this module under the same terms as Perl itself.