Help for this page
use strict; use threads; ... $_->join() for @threads; # Wait for them # and go. }