/ Web Development / Perl

Article ID:  00158
Rating:  0.0 / 5.0 (0 votes)
Views:  1070
Created:  Dec-13-2004

Rating
Did you find this article helpful?


Email Article To A Friend

Print Article


How do I setup my Perl CGI scripts?

Issue

How do I setup my Perl CGI scripts?

Solution

Perl CGI scripts can be placed ANYWHERE below your docroot folder. They do not need to be placed into a special /cgi-bin/ folder. The file must end in .cgi in order to work on the web site. At the first line of your file you must have:

#!/usr/bin/perl

Related Articles