On 21 Sep 2000, Bjørn Ola Smievoll wrote:
> If I do this:
>
> $r->print($r->dir_config('key'));
>
> Then key is printed.
> If I then do this:
>
> my $tab = $r->dir_config;
> $r->print(Dumper($tab)); # Using Data::Dumper
>
> I get '$VAR1 = bless( {}, 'Apache::Table' )';
> It's empty, how come?
Probably because keys doesn't return the keys of an Apache::Table object,
since it is implemented in C.
--
<Matt/>
Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org