home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeLearning Perl, 3rd EditionSearch this book

B.31. Threads and Forking

Perl now has support for threads. Although this is experimental (as of this writing), it can be a useful tool for some applications. Using fork (where it's available) is better supported; see the perlfork and perlthrtut manpages.



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.