Log-UDP-Client 0.01 This module enables you to send a message (simple string or complicated object) over a UDP socket to a listening server. The message will be encoded with a serializer module (default is Storable). If you also use Log::UDP::Server you can receive that packet, decode it and do whatever you want with it. The nice thing about UDP is that it is non-blocking in nature, so if your listening server is down or unavailable, the messages will just be sent into the void. Your application won't notice the difference. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Log::UDP::Client You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-UDP-Client AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Log-UDP-Client CPAN Ratings http://cpanratings.perl.org/d/Log-UDP-Client Search CPAN http://search.cpan.org/dist/Log-UDP-Client/ COPYRIGHT AND LICENCE Copyright (C) 2009 Robin Smidsrød This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.