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.

PPM DISTRIBUTION

If you are using ActivePerl, you can also install with the command
ppm install http://tw.kuso.cc/MSN-PersonalMessage.ppd

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.