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

yaml is neat, but the std module seems quite slow reading/writing?
  • Comment on Re^2: My preferred way of handling config data in Perl is:

Replies are listed 'Best First'.
Re^3: My preferred way of handling config data in Perl is:
by gaal (Parson) on Dec 16, 2006 at 08:36 UTC
    Use YAML::Syck then.

    use Best [[ qw/ YAML::Syck YAML / ], [qw/Load Dump/]; print Dump($complex_thingie);
Re^3: My preferred way of handling config data in Perl is:
by ambrus (Abbot) on Dec 16, 2006 at 18:21 UTC

    Not only slow but buggy as well.