NAME
WebService::BuzzurlAPI::Util - Buzzurl WebService API utility module
VERSION
0.02
DESCRIPTION
Buzzurl WebService API utility module
METHOD
drop_utf8flag
Drop utf8flag
Example:
my $str = WebService::BuzzurlAPI::Util::drop_utf8flag($utf8flagstr);
urlencode
URLEncoding
Example:
my $str = WebService::BuzzurlAPI::Util::urlencode($str);
SEE ALSO
AUTHOR
Akira Horimoto
COPYRIGHT
Copyright (C) 2007 Akira Horimoto
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.