Hi,
I have a cgi program that pulls data out of a database and stores it in
an array ref. I would like to display this data one row at a time.
Unfortunately I am having difficulty getting the current index to persist
from one page to another. I could do this with a hidden field.
hiya!
Akpome Akpoguma schrieb:
my $dbfile = "/var/animals/$infile";
open WFH, "> $dbfile";
you wanna open the file in the variable $infile for writing. in this
case the webuser (from apache conf-file) need the right to to this.
so ... check the confile, which the webuser`s id i
hi everyone,
i am a newbie to cgi.. I did the following
..
my $dbfile = "/var/animals/$infile";
open WFH, "> $dbfile";
from my cgi scripts on apache/linux server...
when I directed the error to web page
it dispala