Parallel::Jobs version 0.01 ========================== The Parallel::Jobs module allows you to run jobs in parallel with access to their stdout and stderr. That access is the biggest difference between this module and others such as Parallel::ForkManager. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install COPYRIGHT AND LICENCE Copyright (C) 2002 WorldWinner.com, Inc. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.