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)
- Re: dir_config and Apache::Table confusion Bj�rn Ola Smievoll
- Re: dir_config and Apache::Table confusion Matt Sergeant
- Re: dir_config and Apache::Table confusion Bj�rn Ola Smievoll
- Re: dir_config and Apache::Table confusion Bj�rn Ola Smievoll
- Re: dir_config and Apache::Table confu... Doug MacEachern
- job offers Clayton Cottingham
- Re: dir_config and Apache::Table confusion Doug MacEachern
- Re: dir_config and Apache::Table confusion Bj�rn Ola Smievoll
- Re: dir_config and Apache::Table confusion Doug MacEachern
