NAME

Net::MyPeople::Bot::IPUpdator - Update server IP address setting for MyPeople Bot API.

VERSION

version 0.001

SYNOPSIS

use Net::MyPeople::Bot::IPUpdator;

use Log::Log4perl qw(:easy);
Log::Log4perl->easy_init($DEBUG); # You can see all logs.

my $res = Net::MyPeople::Bot::IPUpdator::update($daumid,$daumpw,$ip);
if( $res ){ # OK
	print "IPADDR is updated to $ip\n";
	print "OK\n";
}
else{
	print "FAIL\n";
}

or

$ mypeople_bot_ipupdate DAUMID DAUMPW IPADDR

SEE ALSO

AUTHOR

khs <sng2nara@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by khs.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.