{ use Data::Dumper; print( Dumper( \%hashvariable ) ); } #### { use Data::Dumper; $m->out( '
' . Dumper( \%hashvariable ) . '
' ); }