[boulder.pm] config modules?

Luke Palmer fibonaci at babylonia.flatirons.org
Fri Aug 23 23:57:59 CDT 2002


On Fri, 23 Aug 2002, Walter Pienciak wrote:

> 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  ;^)

YAML. It's beautiful. http://www.yaml.org

> Walter
> 




More information about the Boulder-pm mailing list