Sorry - submitted too soon.
Besides changing the line
GBOOK,"cgi-bin/lot.rec";
to
GBOOK,"./lot.rec";
we also took the SSI directive line out of the smgbook.html and put the entire file from getstory.pl in its place, renaming the file smgbook.pl. No need for the SSI...
A friend solved the problem. We changed the line
open (GBOOK,"cgi-bin/lot.rec");
to
open (GBOOK,"./lot.rec");
Apparently wasn't finding the data files.
I have a CGI script running on an IIS server using Perl and Windows 2000 OS. The script is called using an SSI directive from an HTML document. I can get all the HTML to work and data is going into the data file, but I am having a problem getting the CGI to report the data to the screen. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.