Re: Searching Hash for contents of Array

2012-05-01 Thread Somu
"200.147.172.135" inserts another newline '\n' character at the end. You can do '200.147.172.135' And yes, i think an array like @ignoreIPs can contain regex as an item.. And... If someone could help with the range of IPs... maybe use the double dot operator(..) somehow. On 5/1/12, Steven Buehle

Re: Recommended config/ini file module?

2012-05-01 Thread Manfred Lotz
On Tue, 1 May 2012 15:58:49 +0530 Mohan L wrote: > On Tue, May 1, 2012 at 3:28 PM, Manfred Lotz > wrote: > > > 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:

Re: Recommended config/ini file module?

2012-05-01 Thread Manfred Lotz
On Tue, 1 May 2012 05:57:28 -0700 Michael Rasmussen wrote: > On Tue, May 01, 2012 at 11:58:46AM +0200, Manfred Lotz wrote: > > Hi there, > > What is a recommended Module for processing config resp. inifile > > formats? > > > > One important feature I need is to use previously defined entries. >

Re: Recommended config/ini file module?

2012-05-01 Thread Michael Rasmussen
On Tue, May 01, 2012 at 11:58:46AM +0200, Manfred Lotz wrote: > Hi there, > What is a recommended Module for processing config resp. inifile > formats? > > One important feature I need is to use previously defined entries. Config::Std uses the .INI format and will preserve your comments in additi

Re: Recommended config/ini file module?

2012-05-01 Thread Mohan L
On Tue, May 1, 2012 at 3:28 PM, Manfred Lotz wrote: > 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_di

Recommended config/ini file module?

2012-05-01 Thread Manfred Lotz
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