use strict; use warnings; my %test_hash = ( a => { b=> 'c' } ); print Dumper %test_hash; use Data::Dumper;