Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello perl monks,
I have a variable $res, which hold the following content when I print it out with Dumper($res).
How can I print the value of of 'key2', which is 0? Thanks!$VAR1 = bless( { 'key1' => 'abc', 'key2' => '0' }, 'my_obj' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to print values?
by blue_cowdawg (Monsignor) on Sep 15, 2011 at 19:03 UTC | |
by ikegami (Patriarch) on Sep 15, 2011 at 19:14 UTC | |
|
Re: how to print values?
by SuicideJunkie (Vicar) on Sep 15, 2011 at 19:11 UTC |