in reply to How do I get my webserver to execute Perl CGI scripts?
Some perl programs need to have certain extensions, such as .pl or .cgi, in order to be run by the web server. Others need to be placed in particular directories, such as cgi-bin. It depends on how your web server is configured.
Speak to your web/system administrators, and ask them how you must configure your perl program, how it should be named, and where it must be placed in order to run.
Hope that helped,
|
|---|