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

NAME

AnyEvent::Finger::Response - Simple asynchronous finger response

VERSION

version 0.14

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-2022 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.