CGI and Perl Scripts
In order to use CGI or PL scripts you must have access to your server's /CGI-BIN/ directory. Some servers, such as ValueWeb or TABNet, allow users to have access to their own /CGI-BIN/ directory. Others, such as America Online do not. (America Online members do have access to AOL's pre-programmed CGI-BIN scripts.) This is important because in order to get a CGI or PL script to work, they must be configured correctly and in the correct directory.
What the heck is CGI or PL??
Glad you asked.
CGI (Common Gateway Interface) and
PERL (Practical Extraction and Reporting Language) (*.pl) are languages that implement an advanced function. For example, whenever you go to a search engine (www.yahoo.com) and do a search on "cats", the search engine uses a
CGI script to find all 12,334,930 listings containing the word "cats". Other examples include; webpage hit counter, form processing, auto-response on e-mail, image mapping, and guest book. For more comprehensive information on
CGI scripts, how they work, how to use them, etc., jump over to Matt's Script Archive at:
Matts Script Archive
The HTML Editor Help Index |
The HTML Editor Homepage