Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I was trying to execute my perl file to connect and post data to another perl file which is present on remote server, that remotely based perl file then calls a program on that server and the output of that program is transmitted back. It give me "500 internal server error", i did checked with permissions, but i think the program which executes takes time and that the browser gets timeout. How should i avoid it ? Would appreciate your answers. Thank you ..!! manoj@isauhcl.org
  • Comment on perl file executing another perl file on remote server which calls a program ?

Replies are listed 'Best First'.
Re: perl file executing another perl file on remote server which calls a program ?
by fberbert (Initiate) on Oct 07, 2002 at 20:22 UTC
    Hi, Take a look at your error.log from webserver and tell us about the error output generated when script runs. []'s Fábio Berbert de Paula