in reply to Re^5: Storing/parsing perl data structure in/from a file
in thread Storing/parsing perl data structure in/from a file

How can I manually slurp + eval if I have a named hash?

Replies are listed 'Best First'.
Re^7: Storing/parsing perl data structure in/from a file
by LanX (Saint) on Jun 13, 2013 at 00:43 UTC
      Great ! Thanks, Rolf ! Is there a way to do this with multi-level hashes?
        Sorry, but what exactly is your intention?

        If it's just ease of syntax why don't you use YAML like I showed you?

        If it has to be Perl syntax use multilevel arrays like I showed you, too.

        Cheers Rolf

        ( addicted to the Perl Programming Language)

Re^7: Storing/parsing perl data structure in/from a file
by Anonymous Monk on Jun 13, 2013 at 00:29 UTC