From: "Emanuele Zeppieri" <emazep at gmail.com> > To obtain single value arrays with the syntax in question, the above > line should be: > > my $conf = Config::General->new( -ConfigFile => 'config.conf', > -ForceArray => 1 ); > Aa, thanks. Octavian