in reply to Config Module for C and Perl
As to why they'd return NULL, my guess is it's because you're not loading the MyConfig module. Try something like this before trying to fetch the variable:
eval_pv("use MyConfig", 1);
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Config Module for C and Perl
by Neal_the_real (Initiate) on Feb 21, 2006 at 08:41 UTC | |
|
Re^2: Config Module for C and Perl
by Neal_the_real (Initiate) on Feb 21, 2006 at 08:44 UTC |