I tried a couple of those ideas. I put a BEGIN statement in the script I'm trying to open and to my surprise it's opened. I'm still getting Error: No such file or directory
The script is very small and on a unix platform: #!/usr/bin/perl use CGI; my$q = CGI::new(); print $q->header(); print "Trying to start socket<BR>"; exec("sendscript.pl"); print "Couldn't start sendscript.pl <BR>Error: $!\n"; I guess as long as the sockets open I won't fuss over this