| MSN-PersonalMessage documentation | view source | Contained in the MSN-PersonalMessage distribution. |
MSN::PersonalMessage - Perl extension for change MSN Personal Message
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();
This is a module for change MSN Personal Message.
Text is support Multibyte charset.
Lilo Huang
Copyright 2008 by Lilo Huang All Rights Reserved.
You can use this module under the same terms as Perl itself.
| MSN-PersonalMessage documentation | view source | Contained in the MSN-PersonalMessage distribution. |