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 concatenation (.) or string at ./open-
> file2.pl line 36.
> Use of uninitialized value in concatenation (.) or string at ./open-
> file2.pl line 37.
>
<snip>
>
> print $conf->{TestPaths}->{c_tests} . "\n";
> print $conf->{TestPaths}->{j_tests} . "\n";
> print $conf->{JarPath}->{jaest} . "\n";

I see the problem. In the case of there being no ini file in existence
when the app is run the values are not initialized. I'll have to add
some logic to get around this.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to