What is a Perl / CGI
script?
The programming language Perl can be used for making
websites dynamic and user interactive. You can use Perl to get
the data from your web page forms and email it or perhaps write
this data to a file (as in a guestbook). top
top
Where is the cgi-bin
?
CGI scripts will run the cgi-bin only
If you get a HTTP 403.1 Execute Access Forbidden error you will need to enable script permissions on your domain in the Helm control panel
top
How do I set permissions
for my scripts (CHMOD)?
You do not need to set permissions with FTP when using
Windows servers. If your script instructions tell you to do this
you can ignore it!
top
Where is sendmail
or what is the path to PERL?
With Windows servers the above information is not
relevant. You do not need to add these lines to your script. A
good site to get information from is http://www.activestate.com.
We are using the latest version of Active State Perl.
top
What is the base
directory path for the cgi-bin?
Your scripts may ask you to configure the base directory
path for your cgi script. You should enter the following:
d:\\domains\\\\domainname\\wwwroot\\cgi-bin\\
top
My script doesn't
work
The following websites are great sources of information
about Perl: Matt's
Script Archive and CGI
Resources . Both web sites contain lots of information and
help in building your script,as well as lots of free scripts for
download. Remember you need to use Windows compatible scripts.
top
Back to Support Index