in reply to Re: Using config::any
in thread Using config::any
However it throws an error sayinguse strict; use warnings; use Config::Any; my @files = ("C:\\wamp\\password.ini"); my $cfg = Config::Any->load_files({files =>\@files,use_ext => 1 }); print $cfg->[0]{'password.ini'}{password}{password} . "\n"; # prints
Use of uninitialized value in concatenation (.) or string at caller.pl + line 39.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using config::any
by NetWallah (Canon) on May 31, 2012 at 05:38 UTC | |
by ItsyBitsy (Novice) on Jun 01, 2012 at 08:01 UTC |