GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Blogger::Engine::Movabletype(3) User Contributed Perl Documentation Net::Blogger::Engine::Movabletype(3)

Net::Blogger::Engine::Movabletype - Movabletype Blogger API engine

 my $mt = Net::Blogger->new(engine=>"movabletype");

 $mt->Proxy("http://mtserver.com/mt-xmlrpc.cgi");
 $mt->Username("foo");
 $mt->Password("bar");

 my $postid_1 = $mt->newPost(postbody=>\"hello world")
    || croak $mt->LastError();

 my $postid_2 = $mt->metaWeblog()->newPost(
                                           title=>"hello",
                                           description=>"world",
                                           publish=>1,
                                           );

This package inherits Net::Blogger::Engine::Base and implements methods specific to a MovableType XML-RPC server.

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns an object. Woot!

Returns an object. Woot!

1.0

$Date: 2005/03/26 19:29:08 $

Aaron Straup Cope

Net::Blogger::Engine::Base

Net::Blogger::Engine::Movabletype::mt

Net::Blogger::Engine::Userland::metaWeblog

http://aaronland.net/weblog/archive/3719

Copyright (c) 2001-2005 Aaron Straup Cope.

This is free software, you may use it and distribute it under the same terms as Perl itself.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.