Use threading in perl << I don’t know anything about threading and stuff. Use fork in perl script and fork a new instance of the same script which will work independently on each individual server. Run multiple instances of the script so that each will process a new server simultaneously and independantly.