
Net::Blogger::Engine::Userland::metaWeblog - UserLand metaWeblog API engine

my $radio = Blogger->new(engine=>"radio");
$radio->Proxy(PROXY);
$radio->Username(USERNAME);
$radio->Password(PASSWORD);
$radio->metaWeblog()->newPost(
title=>"hello",
description=>"world",
publish=>1,
);

Implements the UserLand metaWeblog API functionality.
This package is meant to be subclassed. It should not be used on it's own.

TBW
TBW
TBW

0.2

May 04, 202

Aaron Straup Cope

http://www.xmlrpc.com/metaWeblogApi
http://groups.yahoo.com/group/weblog-devel/message/200


Copyright (c) 2002 Aaron Straup Cope.
This is free software, you may use it and distribute it under the same terms as Perl itself.