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 Best [[ qw/ YAML::Syck YAML / ], [qw/Load Dump/]; print Dump($complex_thingie); [download]