|
|
| |
Net::Trackback::Server(3) |
User Contributed Perl Documentation |
Net::Trackback::Server(3) |
Net::Trackback::Server - a super/static class for implementing Trackback server
functionality.
- 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.
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.
- Way of sending an error message with a code other then 1.
Please see the Net::Trackback manpage for author, copyright, and license
information.
Hey! The above document had some coding errors, which are explained
below:
- 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?
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |