Help for this page
#! perl -slw use strict; ... ## do stuff with @localData }
#! perl -slw use strict; ... } sleep 1 while threads->list( threads::running ); $_->join for threads->list( threads::joinable );