Hi folks,
I have some settings in a 'perl' syntax config file, using
CGI::Application::Plugin::ConfigAuto (qw/cfg/);
I'd really like to access this from some legacy cgi scripts, but can't
work out how.
Anyone know how?
Cheers for any help - here's a snippet from my config file:
#!/usr/bin/perl
# website URL
$CFG{URL} = 'http://mark.stosberg.com/';
# country
$CFG{CountryCode} = 'GB';
\%CFG;
Regards,
mike
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################