[Zope-Perl] Number of REQUEST - entrys?

Gisle Aas gisle@ActiveState.com
30 Aug 2001 09:18:33 -0700


Fischer Ulrich <ulrich.fischer@sfwte.ch> writes:

> I need the number of the keys in the Request object. How can i get it. I
> tried:
> 
> $n = $req->$keys()->Length;

The $ in $keys looks wrong.

Regards,
Gisle