in reply to Reading from memory location
hello prashantpal84. In the future, your questions are more easily read if you enclose source in <code> tags.
i.e.
my $var = {A => 1}; my $string = "$var"; print Dumper $string;
Output:
$VAR1 = 'HASH(0x81b2818)'
|
|---|