Gossamer Forum
Quote Reply
CFG Variables
Hi,

How do I get a list of all the cfg variables available after loading use Links qw/$CFG/;

More specifically I want the admin's email address. (As in $CFG->{Admin_Email} or whatever it is)

Thanks for your help.

Last edited by:

giovanni: Aug 1, 2002, 1:11 PM
Quote Reply
Re: [giovanni] CFG Variables In reply to
print map { "$_ => $CFG->{$_}<br>" } keys %$CFG;
Quote Reply
Re: [Paul] CFG Variables In reply to
Thank you Paul!
Quote Reply
Re: [giovanni] CFG Variables In reply to
Alternatively, you can just have a look at the file Links/ConfigData.pm

It's all stored in there.

Ivan
-----
Iyengar Yoga Resources / GT Plugins