in reply to telnet question

I quite like threads myself, but if the processes don't need to communicate with each other, fork() http://perldoc.perl.org/functions/fork.html http://perldoc.perl.org/perlipc.html would be simpler.

Cheers
Chris