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

Currently just an alias for Net::Trackback::Ping->parse.
Sends a success message (code 0) including the necessary Content-Type header and the supplied string parameter as its body.
Sends an error message (code 1) including the necessary Content-Type header and the supplied string parameter as its body.
This module is a subclass of Class::ErrorHandler and inherits two methods for passing error message back to a caller.
Sets the error message for either the class Class or the object $object to the message $message. Returns undef.
Accesses the last error message set in the class Class or the object $object, respectively, and returns that error message.


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