Re: Apache-Test and Cwd

2004-01-28 Thread Geoffrey Young
Stas Bekman wrote: David Wheeler wrote: On Jan 23, 2004, at 12:21 PM, Stas Bekman wrote: If you really want to, we could install Apache::Test::AUTOLOAD which will map $AUTOLOAD to Apache::Test::config()-{vars}-{$AUTOLOAD}, so you could say: Apache::Test::serverroot Or, I imagine,

Re: Apache-Test and Cwd

2004-01-28 Thread David Wheeler
On Jan 28, 2004, at 2:21 PM, Stas Bekman wrote: Then for now I'll just use: my $serverroot = Apache::Test::config()-{vars}{serverroot}; Surely you mean my $serverroot = Apache::Test::config()-{vars}-{serverroot}; although this should work, too: my $serverroot =

Re: Apache-Test and Cwd

2004-01-28 Thread Stas Bekman
David Wheeler wrote: On Jan 28, 2004, at 2:21 PM, Stas Bekman wrote: Then for now I'll just use: my $serverroot = Apache::Test::config()-{vars}{serverroot}; Surely you mean my $serverroot = Apache::Test::config()-{vars}-{serverroot}; although this should work, too: my $serverroot =