[Zope-Perl] REQUEST object

Monty Taylor mtaylor@goldridge.net
Wed, 02 Aug 2000 13:24:21 +0200


Gisle,

First off, great job! It took me all of 10 minutes to get things up and
running. My cynical office-mates were suitably impressed. :)

Quick question: In a PerlMethod, how does one access the REQUEST object?
I tried passing it as a parameter, but that passed the contents as html,
like this:

<dtml-call "test_perl(foo=REQUEST)">

Is REQUEST available in a namespace somewhere in the PerlMethod, or am I
missing something? (Or should I not be trying to pass the whole darned
REQUEST object?)

Thanks,
Monty