Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Please help me to come out of this confusion.$VAR1 = bless( { '_data' => [ { 'student_id' => '101', 'student_name' => 'John', 'stream' => 'Social_science', }, { 'student_id' => '102', 'student_name' => 'Smith', 'stream' => 'History', } ], '_place' => 0, '_mapper' => [], '_class' => 'School::Block::Student' }, 'Class::DBI::Iterator' );
Edit: g0n - code tags in 1)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Understanding Dumper out put
by Joost (Canon) on Dec 15, 2007 at 15:52 UTC |