--- AnyEvent/lib/AnyEvent.pm 2008/05/30 21:43:26 1.147 +++ AnyEvent/lib/AnyEvent.pm 2008/05/31 00:40:16 1.148 @@ -20,6 +20,12 @@ $w->send; # wake up current and all future recv's $w->recv; # enters "main loop" till $condvar gets ->send +=head1 INTRODUCTION/TUTORIAL + +This manpage is mainly a reference manual. If you are interested +in a tutorial or some gentle introduction, have a look at the +L manpage. + =head1 WHY YOU SHOULD USE THIS MODULE (OR NOT) Glib, POE, IO::Async, Event... CPAN offers event models by the dozen