I have a Perl script to telnet to a list of devices and gather data to put into a MySql database. This script takes a considerable amount of time to complete due to the number of devices. I would appreciate any advice / suggestions on how I could fork child process to parallel this. Also, being able to intercommunicate between the parent and child processes would be helpful (IPC ?). Thanks in advance!