Help for this page
opendir (CDIR, $cfgFilesDir) or die; my $file; ... } } closedir (CDIR);
while( my $file = <*.properties> ) { ## Check the glob matches your fi +les! my $thr = threads->create(\&sendRequest, $file, 'localhost', $peer +Port ); }