Re: parse ini usage results in uninitialized value in concatenation

2008-10-16 Thread protoplasm
On Oct 14, 6:41 am, [EMAIL PROTECTED] (Protoplasm) wrote: > I'm attempting to write some code using the Config::INI::Simple > module. When I run the app I get the following: > > Use of uninitialized value in concatenation (.) or string at ./open- > file2.pl line 35. > Use of uninitialized value in

Re: parse ini usage results in uninitialized value in concatenation

2008-10-15 Thread Rob Dixon
protoplasm wrote: > I'm attempting to write some code using the Config::INI::Simple > module. When I run the app I get the following: > > Use of uninitialized value in concatenation (.) or string at ./open- > file2.pl line 35. > Use of uninitialized value in concatenation (.) or string at ./open-

parse ini usage results in uninitialized value in concatenation

2008-10-14 Thread protoplasm
I'm attempting to write some code using the Config::INI::Simple module. When I run the app I get the following: Use of uninitialized value in concatenation (.) or string at ./open- file2.pl line 35. Use of uninitialized value in concatenation (.) or string at ./open- file2.pl line 36. Use of unini