#!perl -w use Thread; use strict; my $count = 200; foreach my $i (1..$count) { my $t = new Thread( &getit ); $t->detach(); } sub getit { # do the fetch thang }
In reply to Re: how to fork?
by jbert
in thread how to fork?
by chacal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |