in reply to Re^2: Using config::any
in thread Using config::any

You can use the for-loops in my earlier message to figure out what it is expecting, but I suspect it is something like this:
print $cfg->[0]{"C:\\wamp\\password.ini"}{password}{password} . "\n" +; #

             I hope life isn't a big joke, because I don't get it.
                   -SNL

Replies are listed 'Best First'.
Re^4: Using config::any
by ItsyBitsy (Novice) on Jun 01, 2012 at 08:01 UTC
    That worked. Thanks.