Gossamer Forum
Quote Reply
Re: [Paul] $CFG In reply to
Weird...none of the $CFG, $IN or $DB variables are available. I tried to do a Data::Dumper on them, as well as calling values I know exist, and worked fine earlier on. The way I have my code structured is;

Code:
sub here {

foreach (@array) {
&another_one($_);
}

}

sub another_one {
# do stuff here
}

Is there any reason why this would stop the variables becoming avbailable Unsure

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 2894 Jan 15, 2003, 3:04 PM
Thread Re: [Andy] $CFG
Paul 2770 Jan 15, 2003, 3:06 PM
Thread Re: [Paul] $CFG
Andy 2800 Jan 16, 2003, 1:43 AM
Post Re: [Andy] $CFG
webmaster33 2726 Jan 16, 2003, 2:45 AM