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.

6 POD Errors

The following errors were encountered while parsing the POD:

Around line 33:

=begin without a target?

Around line 42:

'=item' outside of any '=over'

Around line 58:

You forgot a '=back' before '=head1'

Around line 60:

'=item' outside of any '=over'

Around line 64:

You forgot a '=back' before '=head1'

Around line 71:

'=end' without a target?