Re: Fwd: Re: how to call installed program

2004-07-18 Thread Owen
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

Fwd: Re: how to call installed program

2004-07-18 Thread Xiangli Zhang
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

Re: how to call installed program

2004-07-18 Thread Owen Cook
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

how to call installed program

2004-07-18 Thread Xiangli Zhang
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"