--- cvsroot/Coro/Coro.pm 2008/05/09 22:04:37 1.181 +++ cvsroot/Coro/Coro.pm 2008/05/09 22:29:05 1.182 @@ -37,8 +37,9 @@ Unlike a normal perl program, however, coroutines allow you to have multiple running interpreters that share data, which is especially useful -to code pseudo-parallel processes, such as multiple HTTP-GET requests -running concurrently. +to code pseudo-parallel processes and for event-based programming, such as +multiple HTTP-GET requests running concurrently. See L to +learn more. Coroutines are also useful because Perl has no support for threads (the so called "threads" that perl offers are nothing more than the (bad) process