in reply to Re: Updating hash using it's reference ...
in thread Updating hash using it's reference ...

Thanks a lot for the reply. Is there a way to directly use, instead of using a package?
  • Comment on Re^2: Updating hash using it's reference ...

Replies are listed 'Best First'.
Re^3: Updating hash using it's reference ...
by Corion (Patriarch) on Jul 12, 2014 at 08:41 UTC

    Data::Dump is only there for showing you the output. Access is done through plain Perl. See the links that Anonymous Monk already provided.

Re^3: Updating hash using it's reference ...
by hexcoder (Curate) on Jul 12, 2014 at 18:08 UTC
    Yes, try Applefritters demo code. Just leave out the line use Data::Dumper; before trying. It is not necessary.