#!/usr/bin/perl use strict; use warnings; use Parallel::Runner; my $runner = Parallel::Runner->new(5); $runner->run( sub { system("corelist CGI") }); $runner->run( sub { system("corelist CGI::Carp") }); $runner->run( sub { system("corelist Net::FTP") }); $runner->run( sub { system("corelist Net::SMTP") }); $runner->run( sub { system("corelist DBI") }); $runner->finish;
In reply to Re: Parallel Processing
by Khen1950fx
in thread Parallel Processing
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |