P0w3rK!d has asked for the wisdom of the Perl Monks concerning the following question:
For example:
When it reads the ",", I get the following error:[section] parameter=123 [foo_delreg] HKLM,"SYSTEM\foo\bar\joe\bob","WEB"
Can't call method "val" on an undefined value at line 109.
# using: my $cfg = new Config::IniFiles( -file => 'C:\temp\Foo.inf' ); print "We have parm " . $cfg->val( 'section', 'parameter' ) . "." if $cfg->val( 'section', 'parameter' );
Any idea where I need to make the modification
to IniFiles.pm? Thanks in advance. :)
-P0w3rK!d
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Config::IniFiles modification
by krisahoch (Deacon) on Oct 10, 2002 at 22:11 UTC | |
by P0w3rK!d (Pilgrim) on Oct 11, 2002 at 12:23 UTC | |
by krisahoch (Deacon) on Oct 11, 2002 at 14:14 UTC | |
|
Re: Config::IniFiles modification
by P0w3rK!d (Pilgrim) on Oct 10, 2002 at 21:20 UTC |