in reply to Re^4: Call perl script from within another perl script
in thread Call perl script from within another perl script

I'll be darned. Well, again, try checking the return value of the system call; or throw in a couple print "blah, blah" unless -e '/cgi-bin/test1.pl'; print "blah, blah" unless -x _; debug statements.