RE: Running two process simultaneously

2004-05-05 Thread Bob Showalter
[ stay on-list please, and bottom-post please ] William Black wrote: > I have two perl scripts that need to be run at the same time. > > x.pl > y.pl > > How is this done? You can use a shell to start them both: $ perl x.pl &; perl y.pl & Or, one can fork() and exec() the other: x.pl

RE: Running two process simultaneously

2004-05-05 Thread Bob Showalter
William Black wrote: > How can you run two processes Simultaneously in Perl? perldoc -f fork What are you trying to do? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

re: Running two process simultaneously

2004-05-05 Thread William Black
How can you run two processes Simultaneously in Perl? William Black _ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For ad