Timothy Appnel > Net-Trackback-0.99 > Net::Trackback::Server

Download:
Net-Trackback-0.99.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  1
View Bugs
Report a bug
Source   Latest Release: Net-Trackback-1.01

NAME ^

Net::Trackback::Server - a super/static class for implementing Trackback server functionality.

METHODS ^

Net::Trackback::Server->receive_ping($CGI)

Currently just an alias for Net::Trackback::Ping->parse.

Net::Trackback::Server->send_success($string)

Sends a success message (code 0) including the necessary Content-Type header and the supplied string parameter as its body.

Net::Trackback::Server->send_error($string)

Sends an error message (code 1) including the necessary Content-Type header and the supplied string parameter as its body.

TO DO ^

Way of sending an error message with a code other then 1.
More functionalty? (Need feedback.)

AUTHOR & COPYRIGHT ^

Please see the Net::Trackback manpage for author, copyright, and license information.