See threads.
Simplest solution:
use threads; ... while(1) { async( \&sub1, $hash1 )->detach; async( \&sub2, $hash2 )->detach; sleep(600); }
In reply to Re: Parallel Processing in Perl
by BrowserUk
in thread Parallel Processing in Perl
by shree
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |