On Tue, Sep 21, 2010 at 2:14 PM, Octavian Rasnita
<[email protected]> wrote:
> Hi Andrew,
>
> I tried:
>
> C:\Documents and Settings\Teddy> perl -MConfig::General -e "print
> $Config::General::VERSION"
> 2.49
>
> #The program:
>
> use Config::General;
> use Data::Dumper;
>
> my $conf = Config::General->new('config.conf');
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 );
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/