Gossamer Forum
Quote Reply
$CFG
Does anyone have any idea why this code is returning nothing?

my $extension = $CFG->{"build_extension"};

Also tried;

my $extension = $CFG->{build_extension};
and
my $extension = $CFG->{'build_extension'};

Its just giving a blank variable. Works with the paths etc...but just not this Unsure Do I need to access it via another method?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread $CFG Andy 2884 Jan 15, 2003, 3:04 PM
Thread Re: [Andy] $CFG
Paul 2761 Jan 15, 2003, 3:06 PM
Thread Re: [Paul] $CFG
Andy 2790 Jan 16, 2003, 1:43 AM
Post Re: [Andy] $CFG
webmaster33 2717 Jan 16, 2003, 2:45 AM