in reply to Re^2: Expanding environment variables from ini file
in thread Expanding environment variables from ini file

Because Data::Dumper creates a clean serialization of Perl data structures which can be eval'ed directly without any parsing on the top-level.

update

> Or did you output %ENV as JSON or something?

kind of "something", a Perl dump from Data::Dumper which is core (contrary to JSON)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^3: Expanding environment variables from ini file