-
-
28 Apr 2021 19:44:25 UTC
- Distribution: AnyEvent-Finger
- Module version: 0.12
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (198 / 0 / 0)
- Kwalitee
Bus factor: 1- 89.35% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (22.48KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AnyEvent
- base
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
AnyEvent::Finger::Response - Simple asynchronous finger response
VERSION
version 0.12
DESCRIPTION
This class provides an interface for constructing a response from a finger server for AnyEvent::Finger::Server. See the documentation on that class for more details.
METHODS
say
$response->say( @lines )
Send the lines to the client. Do not include new line characters (\r, \n or \r\n), these will be added by AnyEvent::Finger::Server.
done
$response->done
Close the connection with the client. This signals that the response is complete. Do not forget to call this!
SEE ALSO
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012-2021 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install AnyEvent::Finger, copy and paste the appropriate command in to your terminal.
cpanm AnyEvent::Finger
perl -MCPAN -e shell install AnyEvent::Finger
For more information on module installation, please visit the detailed CPAN module installation guide.