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}
- 答复: ... Wang Xingyu 王兴宇 [上海]
- Jamie LeTual
