Home / code / cgi

Software CGI

Where can I download Perl CGI?

You can download active Perl from http://www.activestate.com (Window, Linux, Solaris)

There are different version. You have Perl for ISAPI, a version that integrate with IIS (internet information server) and Perl for Win32, a separated program(gives the result in a DOS box). You'll see that some scripts in this tutorial are made for dos-box and other for HTML-pages. Normally you should see the difference.

If you are not sure which version is installed on you system, you can request it with typing perl -v in the command prompt.

Perl script, like ASP scripts must be placed in a directory with execution rights, otherwise they won't work.

 

TOP

Latest script:

 

Books: