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

NAME

anyevent-udp-server.pl - Simple AnyEvent::Handle::UDP UDP server

DESCRIPTION

Starts a UDP server that listens on a given port for input (incoming udp packets).

To test it, you can use the following command:

    $ echo "Test1" | nc -u -q1 localhost 4000

AUTHOR

Cosimo Streppone