docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1System Developer Manual PikeProgramming Languages
Copyright © 2021, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Pike
Pike Script
Pike Processing Instruction
Java
Perl
Using In-Line Perl Code
Running Perl Scripts
Supported mod_perl API Methods
CGI
What is a CGI Script?
CGI Environment Variables
CGI I/O Via Standard Streams
PHP
Python

Perl

The Perl support, provided by the module with the same name, offers two ways of using Perl with Roxen: running Perl scripts and running in-line Perl code. The script support caches scripts so they (and the Perl interpreter) do not need to be reloaded every time the script runs. The in-line Perl code support allows running snippets of Perl code inside <perl>...</perl> containers in RXML pages or within <?perl ... ?> processing instructions.

See Using In-Line Perl Code, Running Perl Scripts and Supported mod_perl API Methods.