in reply to Re: Set of scripts using same variables
in thread Set of scripts using same variables

There are also quite a few options not in the Config::* hierarchy. YAML, for example, or XML::Simple.
  • Comment on Re^2: Set of scripts using same variables

Replies are listed 'Best First'.
Re^3: Set of scripts using same variables
by Aristotle (Chancellor) on Mar 15, 2004 at 20:40 UTC
    Ugh, please don't use XML for configuration files (except if you particularly enjoy torturing users (or yourself)).

    Makeshifts last the longest.