saveorder.pl error.

fabian12

New member
Joined
Oct 21, 2003
Messages
4
Hi,

I get a error when running a .pl file its in the cgi-bin directory.
I cant find any details to the following, could someone please HELP.

CGI Directory

Directories form perl Point-Of-View

Path to CGI directory from perl working directory.
Path to HTML from Perl working directory.
Path to Data directory from Perl working directory.



Many thanks.
 
Hello,

CGI Directory (assuming from web POV)
/cgi-bin

Directories form perl Point-Of-View

Path to CGI directory from perl working directory.
/home/username/domains/domain.com/public_html/cgi-bin

Path to HTML from Perl working directory.
/home/username/domains/domain.com/public_html

Path to Data directory from Perl working directory.
I'm assuming this has to do with the script.. it will probably create it in:
/home/username/domains/domain.com/public_html/cgi-bin/data
but I can't really say for sure.

John
 
Back
Top