Introduction
  CGI and SSI
  <pike> tag
    Using the <pike> tag
  Pike script
  Modules
  Parser modules
  Location modules
  Other module types
  Request information object
  Responses
  Library methods
 
<pike> tag

The <pike> tag makes it possible to include Pike code within RXML pages. It is great for making advanced scripting that is not possible with the normal RXML tags. It does however have security implications, since you can do as much damage with the <pike> tag as with a module or Pike script. This tag should therefore be restricted to trusted users only.

The <pike> tag is available from the Pike Tag Module.