On Sun, 18 Jul 2004 07:25:23 -0700 (PDT) Xiangli Zhang <[EMAIL PROTECTED]> wrote:
> I tried as your suggestion as the following way, and > it give the error message. > > system("/usr/local/bin/phredPhrap") == 0 or die > "'/usr/local/bin/phredPhrap' failed: $?"; > > output message: > > The server encountered an internal error and was > unable to complete your request. This is something altogether different. Do you have access to the server logs? What do they say? The error messages are fairly specific, like "no such file" (so maybe a path problem again) "no permission" (so maybe look at what doesn't have permission) If you do not have access to the server logs, try these headings at the start of your script use CGI; use CGI::Carp qw(fatalsToBrowser); use warnings; use diagnostics; May help > > Error message: > '/usr/local/bin/phredPhrap' failed: 512 at > /srv/www/cgi-bin/phrap/sequence.cgi line 50. What is sequence.cgi line 50 referring to? -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>