You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jamie LeTual <ja...@hbesoftware.com> on 2001/06/06 13:14:30 UTC

Re: ??: ?e??: In module require configuration file [frig]

Wang Xingyu ??? [??] wrote:
> 
> TKS,
> Why use Data::Dumper ?
> 

It was just for the example, when you run it, it spits out:
$VAR1 = bless( {
                 'conf' => {
                             'web_name' => 'foo.com'
                           }
               }, 'mymodule' );

showing that 'conf' is available through the object, as in
$m->{conf}->{web_name}