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?


(bo)



Reply via email to