# > package Config;
#
# You might want another Name here - since there is a Config.pm
# already out there how about
#
# package Almberg::WebConfig;
Duh! That was it. I should have realized I was conflicting with another
module when I read the error message.
Thanks loads. My head was ge
On Wednesday, July 3, 2002, at 12:37 , John Almberg wrote:
> Okay, I've been beating my head against this one all day! Hope someone can
> help.
>
> I'm trying to export some scalars from a module. Just some configuration
> information. The whole module is as follows:
>
>
Okay, I've been beating my head against this one all day! Hope someone can
help.
I'm trying to export some scalars from a module. Just some configuration
information. The whole module is as follows:
~~~
package Config;
our ($HOME_DIR, $INC_URL);