docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Programmer ManualPerl
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

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.