in reply to Calling two scripts.

It depends, I'm sure, on what you need to accomplish with each script. Have you tried rolling the two scripts into one, with the second script called as a subroutine from the first script? Have you read "CGI Programming with Perl"? It has much to offer. Look at the chapter / script for the Address Book for some ideas. If you could be more specific about what you need to accomplish, there might be a more specific answer forthcoming.