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

The string returned by Dumper.

Replies are listed 'Best First'.
Re^4: Read the Dumper data back to a hash.
by rachitmohta11 (Novice) on Jun 21, 2010 at 09:01 UTC
    Sorry, but i could not understand.
    Please tell me how does Dumper return the string..

      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.

      It is like the Matrix, you should just try it and see for yourself...