The Web Hosting Guide
Infotx
Welcome to Infotx - Webmaster Guides and Resources.
Web hosting Control CGI/Perl.CGI/Perl
|
Is there a limit on CGI script use? |
|
Most hosting companies do not put limits on cgi scripts outside the use of malicious or harmful/damaging scripts. |
|
What is the path to PERL? |
|
The perl path is the very first line in every .cgi or .pl file. The path to the perl interpretor will be: |
|
Can I add my own CGI scripts? |
|
Our LINUX web servers have the capability to run CGI scripts in your own "cgi-bin" directory. Scripts may be written in Perl and CGI languages. |
|
Do hosting companies have any cut-and-paste scripts available? |
|
For your convenience, most hosting companies offer several simple scripts for use on your web site. The scripts include hit counters, mail forms, guestbooks, password protected subdirectories, searches, free-for-all pages and random link pages. It is advisable to test each script before beginning to edit its content. Programming knowledge is NOT necessary for the implementation of these programs. |
|
What is the most common PERL coding error? |
|
By far, it is using bad paths. To be safe, you should always try to use full path names and |
|
Understanding CGI Basics |
|
Understanding the Basic of CGI |
|
Formmail will not send from an email address other than my main account. |
|
This script is old, and does not conform to current protocols for sending email. To have the sender of the email be anything different, you will need to use a different form processor. Here is a url to a collection of several different form processing scripts: |
|
Why am I getting 'File Not Found' when executing my CGI script? |
|
"File Not Found" or "No Such File or Directory" |