Flame has asked for the wisdom of the Perl Monks concerning the following question:
perl -we "use Config::Ini;$ini = new Config::Ini('test.tmp'); $ini->pu +t(['temp']) or die($!);" Use of uninitialized value in exists at E:/Perl/site/lib/Tie/IxHash.pm + line 41. Use of uninitialized value in exists at E:/Perl/site/lib/Tie/IxHash.pm + line 47. Use of uninitialized value in hash element at E:/Perl/site/lib/Tie/IxH +ash.pm line 56. Use of uninitialized value in hash element at E:/Perl/site/lib/Tie/IxH +ash.pm line 56. No such file or directory at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Error with IniFile and Config::Ini
by tye (Sage) on Jan 14, 2002 at 21:56 UTC | |
by Flame (Deacon) on Jan 15, 2002 at 00:54 UTC | |
|
Re: Error with IniFile and Config::Ini
by dmmiller2k (Chaplain) on Jan 11, 2002 at 18:38 UTC | |
by Flame (Deacon) on Jan 11, 2002 at 22:47 UTC | |
|
Re: Error with IniFile and Config::Ini
by talexb (Chancellor) on Jan 12, 2002 at 21:43 UTC | |
by Flame (Deacon) on Jan 13, 2002 at 02:34 UTC |