Hi there,
What is a recommended Module for processing config resp. inifile
formats?

One important feature I need is to use previously defined entries.

Example:

[General]
base_dir : /somedir

[Files]
iso_image : ${base_dir}/x.iso

lib : a.so
lib : b2.so


Multiple entries like 'lib' above is nice to have but not such
important.

I don't care much if there is a : or = or only whitespace
between entry name and value. 


-- 
Manfred



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to