|
Perl Script
and PHP Script
General Questions
Q: What is my physical path?
A:
You can see your physical path by logging into your Hosting Control Panel
and reviewing the list on the left.
Q:
Where is my cgi-bin directory?
A:
Your account is
already enabled to run scripts. You do not need a cgi-bin to
run scripts. To implement, simply upload your scripts to your account. You
also have the option of creating a CGI-BIN folder yourself and running your script
from within.
Q:
Why is my SSI #exec
cgi="test.pl" returning extra
header info?
A:
This is because your are running on Windows 2000 Advance Server. To fix
this issue, you will need to put the following line before you call the SSI.
<meta name="hideHeader" content=""
Example:
<meta name="hideHeader" content=""
<!--#exec cgi="test.pl"-->
Perl Scripts
Q: What is the path to my Perl Script?
A:
The path is c:\perl\bin
Q: Why is my perl script
printing its entire source code
instead of running it?
A:
Make sure you name your perl script to .pl before running it. If it is absolutely necessary that you run your script under different file
extensions (such as .cgi or .plx), please contact support for further
assistance.
Q: How do I send e-mail with Perl Script?
A:
Sending e-mail
with PERL scripts in Windows 2000 server is different than sending
mail in Unix systems. There is no sendmail program available to use.
To
send email, use this Windows compatible perl
script.
E-Mail Scripts and Forms
Q: Do you have Form Mail available for use?
A: Yes.
There are two ways:
-
User our site
builder wizard to create a email forum page
-
Review this e-mail form in HTML code. Feel
free to make any modifications to suit your needs.
Q: What is the location of the SendMail program?
A:
Sendmail programs do not exist in the Windows environment, therefore there
is no location.
Q: How do I send e-mail with Perl Script?
A:
Sending e-mail
with PERL scripts in Windows 2000 server is different than sending
mail in Unix systems. There is no sendmail program available to use. To
send email, use this Windows compatible perl
script.
|