RE: path/executable question

2004-07-30 Thread Bob Showalter
Sean Davis wrote: > I have a script that queries a database and then uses GraphViz.pm to > generate png output based on the query. GraphViz calls executables > located in /usr/local/bin. This runs fine from the command line and > produces a functional png output. However, when I switch this over

Re: path/executable question

2004-07-30 Thread Sean Davis
Jan, Thanks for the reply. Since 'neato' is an executable on my system, I ended up setting my environment path using $ENV{'PATH'}, which fixed the problem. Sean On Jul 30, 2004, at 7:44 AM, Jan Eden wrote: Hi Sean, Sean Davis wrote on 30.07.2004: I have a script that queries a database and then

Re: path/executable question

2004-07-30 Thread Jan Eden
Hi Sean, Sean Davis wrote on 30.07.2004: >I have a script that queries a database and then uses GraphViz.pm to >generate png output based on the query. GraphViz calls executables >located in /usr/local/bin. This runs fine from the command line and >produces a functional png output. However,

path/executable question

2004-07-30 Thread Sean Davis
I have a script that queries a database and then uses GraphViz.pm to generate png output based on the query. GraphViz calls executables located in /usr/local/bin. This runs fine from the command line and produces a functional png output. However, when I switch this over to CGI (after adding

Re: CGI problem

2004-07-30 Thread Jan Eden
Hi Jane, Sun, Jian wrote on 29.07.2004: >Dear Beginner-cgi: >I used a CGI program to load a HTML form page as shown below, >After I filled the form and submit, the results is just attached to >the initiated form page when it leads to the new webpage. My >question is: how can I load to a new HTML