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


in reply to Re^2: My preferred way of handling config data in Perl is:
in thread My preferred way of handling config data in Perl is:

Use YAML::Syck then.

use Best [[ qw/ YAML::Syck YAML / ], [qw/Load Dump/]; print Dump($complex_thingie);