in reply to Re: CGI script returns no values in browser but is ok on command line?
in thread CGI script returns no values in browser but is ok on command line?
I also tried defining a $world variable, assigning Hello to it and printing it in the table and that works fine. The webserver is not chrooted and I'm running the script in commandline as the same user as the webserver runs on and it still only works in command line.use strict; use CGI qw(:standard); my ($oracle,@oraarray,@rbarray,$rbport,$host,@host,$kjarnavelar, $i, $ +start, $rbports, $oraports, $rbarray, $oraarray);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI script returns no values in browser but is ok on command line?
by gudmo (Novice) on Jan 25, 2007 at 20:34 UTC |