Perl is one of the most common scripting languages in the web
world, and can be run either in the traditional way through CGI,
or by the special Perl support present in Roxen. Either of these
features need to be enabled in your server to allow you to use
Perl scripts.
See the section about Perl in the
System Developer Manual
for more details.
Note!
|
A special feature that might be enabled in your Roxen server
is to allow Perl code in XML-style Preprocessor
Instructions. This takes the form of <?perl _the_code_goes_here_
?>, and is described in the section about
Programming Tags in this manual.
|