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 serv
thanks owen.
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.
Error messag
On Sun, 18 Jul 2004, Xiangli Zhang wrote:
> In my perl cgi(say sequence.cgi), i want to call an
> installed perl script application (phredPhrap under
> directory /usr/local/bin).
>
> I use system("phredPhrap"); to call it in my cgi file.
>
> When I run my cgi file at command terminal
> "phredP
In my perl cgi(say sequence.cgi), i want to call an
installed perl script application (phredPhrap under
directory /usr/local/bin).
I use system("phredPhrap"); to call it in my cgi file.
When I run my cgi file at command terminal
"phredPhrap" is executed, it works, but at web
browser, "phredPhrap"