| Issue 33: | dumper support | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Some kind of Dumper or Dumper-like support might be helpful. Say you have a resultset on which you call hashmap_multi with 2 field names. Now you want to see the data. It's messy with all the metadata tied in. Does Dumper support filter rules that would do the job? A dumper method would return a clean data struct. Prefetching would be handled 'correctly'. Keeping it simple for the developer: print Dumper( $dbrh->Dumper( $foo_map ) ); |