Perl is often used for CGI. The source code is separate from any web page source code files it might have an effect on. (A Perl script can, however, generate web page source code from within itself.)
Perl CGI can be used for many things:
For those who prefer the source code of the software be separate from the web page file it affects, Perl is a preferred language.
- Generate web pages on the fly.
- MySQL and other databases can be read and manipulated.
- Import and parse or display files on the server.
- Import and parse or display files of information from other domains (if that information is also available by typing the file's URL into a browser's address bar.)
- Use an SSI tag to launch and execute a Perl script.
Perl can also be used for things not CGI. Examples are nightly removal of old temporary files, consolidating statistics, and emailing "your membership is about to expire" notices.



LinkBack URL
About LinkBacks
Reply With Quote