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

NAME

Net::APE - Packages for using APE-Project (Ajax Push Engine)

VERSION

version 0.003

SYNOPSIS

  use Net::APE::Server;
  use Net::APE::Cmd::Inlinepush;
  use Net::APE::Request;

  my $ape_server = Net::APE::Server->new();

  my $ape_cmd = Net::APE::Cmd::Inlinepush->new(
    raw => 'mytest',
  );

  my $ape_request = Net::APE::Request->new(
    server => $ape_server,
  );

  $ape_request->add_cmd($ape_cmd);
  my $http_request = $ape_request->get_http_request;

DESCRIPTION

So much todo...

METHODS

Here is nothing... but see Net::APE::Cmd, Net::APE::Server, Net::APE::Request

BUGS

Please report any bugs or feature requests through the methods following.

SUPPORT

IRC

  You can join #ape-project on irc.freenode.net, talk to Getty
  or you can connect to irc.perl.org and talk there to Getty

Repository

  http://github.com/Getty/p5-net-ape
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-net-ape/issues  

AUTHOR

Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Raudssus Social Software.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.