http://www.perlmonks.org?node_id=575180


in reply to Help with better complex hash processing

YAML is good for this. Unless, of course, you need a specific format.

use YAML; print Dump ($exception_report);



pbeckingham - typist, perishable vertebrate.

Replies are listed 'Best First'.
Re^2: Help with better complex hash processing
by josephworkman (Novice) on Sep 27, 2006 at 16:08 UTC
    Yes unfortuantely I will need to actually print this out into a particular format. I plan on having different print outs based on what the user woudl like to sort on. I also plan on creating a csv file from this as well.