You could use Data::Dumper ...
use Data::Dumper; ... while( my ( $k, $v ) = each %hash ) { print Dumper( { qq[error:$k] , $v } ); }
In reply to Re: trying to print hashes with mixed results
by parv
in thread trying to print hashes with mixed results
by merrittr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |