NAME

WWW::WikiSpace - Perl extension for posting to WikiSpace

SYNOPSIS

use WWW::WikiSpace;

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

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

DESCRIPTION

Post to WikiSpace with the help of 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.