Roxen2.1Programmer ManualPerl

   

Using In-Line Perl Code
Running Perl Scripts
Supported mod_perl API Methods

Perl

The perl support, provided by the module of that 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) don't 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.