The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::WikiSpaces - Perl extension to posting on WikiSpaces

SYNOPSIS

  use WWW::WikiSpaces;

        my $ws = WWW::WikiSpaces->new(
                'test',
                'admin',
                'pass!'
        );

        # post new topic
        $ws->post(
                "Hello, World!",
                "<h1>Posted via Perl</h1>"
        );

DESCRIPTION

Post on WikiSpaces using Perl

EXPORT

post()

AUTHOR

Leonty Chudinov, <leonty-A!T-inbox.ru>

COPYRIGHT AND LICENSE

Copyright 2008: Leonty Chudinov / Web: http://cleonty.narod.ru

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.