CGI Scripts
CGI scripts can be written in most languages.
The better CGI languages:
- are good at manipulating character strings
- make it easy to produce HTML
Perl satisfies both of these criteria ok on its own.
Libraries like CGI.pm make Perl even better for CGI.
|