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' );
In reply to how to print values? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |