[boulder.pm] config modules?

Walter Pienciak walter at frii.com
Fri Aug 23 10:32:47 CDT 2002


Hi,

I'm needing to separate out some config information into a separate
file, and traditionally I've always just done a Perlish thing like

main.pl:
  require somefile;

somefile:
  %owners = (
    'someresource'  => 'somebody at mycompany',
    'somethingelse' => 'someoneelse',
  );

but this time nonprogrammer types will be using it, so . . .

There seem to ba about a half-zillion config modules out there
now.  Anyone have any favorites?  I can dig around, but this list
has been so quiet . . . I thought I'd poke it  ;^)

Walter




More information about the Boulder-pm mailing list