http://qs321.pair.com?node_id=845672

rachitmohta11 has asked for the wisdom of the Perl Monks concerning the following question:

I have a hash output stored in a Dumper file. The content looks like this. Its actually a dynamic hash.
$VAR1 = 'ASD'; $VAR2 = {}; $VAR3 = 'asdf'; $VAR4 = { 'slkfdh' => { 'aslkfd' => {} } };
How can i read this data into a hash in my script?