http://www.perlmonks.org?node_id=845741


in reply to Re^4: Read the Dumper data back to a hash.
in thread Read the Dumper data back to a hash.

Try it and see!

my $string = Dumper {foo=>'bar'};

From now on, always have a 'test.pl' file in your development directory. Whenever you're not sure, type in that file, and then Try It And See.