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
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!
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

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!