in reply to Opening simultaneous scripts

system(1,"command");

This is the undocumented (as far as I could find) way to start commands in the background portably for recent versions of Perl. I'm surprised that it is still undocumented.

        - tye (but my friends call me "Tye")