Help for this page

Select Code to Download


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