Help for this page
my $var = {A => 1}; my $string = "$var"; print Dumper $string;
$VAR1 = 'HASH(0x81b2818)'