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

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.

Errors

This module is a subclass of Class::ErrorHandler and inherits two methods for passing error message back to a caller.

Class->error($message)
$object->error($message)

Sets the error message for either the class Class or the object $object to the message $message. Returns undef.

Class->errstr
$object->errstr

Accesses the last error message set in the class Class or the object $object, respectively, and returns that error message.

TO DO

Way of sending an error message with a code other then 1.

AUTHOR & COPYRIGHT

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

8 POD Errors

The following errors were encountered while parsing the POD:

Around line 30:

=begin without a target?

Around line 39:

'=item' outside of any '=over'

Around line 55:

You forgot a '=back' before '=head2'

Around line 60:

'=item' outside of any '=over'

Around line 74:

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

Around line 76:

'=item' outside of any '=over'

Around line 78:

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

Around line 85:

'=end' without a target?