in reply to Re: Reading from memory location
in thread Reading from memory location

Actually trying it might have been a good idea.

>perl -wMstrict -MData::Dumper -le "my $var = {A => 1}; my $string = qq{$var}; print Dumper \$string; " $VAR1 = \'HASH(0x3cc06c)';