Help for this page
#!/opt/perl/bin/perl use strict; ... if ($cnt > 10) { exit 0 } } }
use EV; use AnyEvent; ... }); EV::loop;