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 is support Multibyte charset.
AUTHOR
Lilo Huang
COPYRIGHT AND LICENSE
Copyright 2008 by Lilo Huang All Rights Reserved.
You can use this module under the same terms as Perl itself.