PDA

View Full Version : saveorder.pl error.



fabian12
12-16-2003, 12:28 PM
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.

DirectAdmin Support
12-17-2003, 10:01 AM
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