Re: Problems with config files

[email protected] ("Marcelo E. Magallon") Sun, 22 May 2005 12:55:03 -0600
Newsgroups perl.kwiki
Message-ID <[email protected]>
On Sun, May 22, 2005 at 10:38:12AM -0700, Jeff Zucker wrote:

 >    my $var = $self->hub->config->foo_var;

 What I have here -- working -- is:

 $self->hub->foo->config->foo_var;

 HTH,

 Marcelo