ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Intro.pod
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Intro.pod (file contents):
Revision 1.22 by root, Mon Jun 29 20:55:58 2009 UTC vs.
Revision 1.23 by root, Mon Jun 29 20:59:08 2009 UTC

1234 1234
1235This concludes our little tutorial. 1235This concludes our little tutorial.
1236 1236
1237=head1 Where to go from here? 1237=head1 Where to go from here?
1238 1238
1239This introduction should have explained the key concepts between 1239This introduction should have explained the key concepts of L<AnyEvent>
1240L<AnyEvent>, namely event watchers and condition variables, 1240- event watchers and condition variables, L<AnyEvent::Socket> - basic
1241L<AnyEvent::Socket>, for your basic networking needs, and 1241networking utilities, and L<AnyEvent::Handle> - a nice wrapper around
1242L<AnyEvent::Handle>, a nice wrapper around handles. 1242handles.
1243 1243
1244You could either start coding stuff right away, look at those manual 1244You could either start coding stuff right away, look at those manual
1245pages for the gory details, or roam CPAN for other AnyEvent modules (such 1245pages for the gory details, or roam CPAN for other AnyEvent modules (such
1246as L<AnyEvent::IRC> or L<AnyEvent::HTTP>) to see more code examples (or 1246as L<AnyEvent::IRC> or L<AnyEvent::HTTP>) to see more code examples (or
1247simply to use them). 1247simply to use them).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines