Re: my && param

2000-06-22 Thread Brett Lee
} > > > >sub function_2 { > > my @array = param('This_Param'); > > > > foreach (@array) { > > my @{$_} = param($_); # ASSIGNMENT IN QUESTION > > } > > > > # HERE I NEED TO USE THE "@whatever&q

my && param

2000-06-22 Thread Brett Lee
SIGNMENT IN QUESTION } # HERE I NEED TO USE THE "@whatever" ARRAYS # BUT I DONT THINK THEY EXIST OUTSIDE THE "foreach (@array)" SCOPE } #--- -- Brett Lee Ned Davis Research Group [EMAIL PROTECTED]

newbie question - require

2000-05-15 Thread Brett Lee
In moving from CGI.pm to mod_perl, I ran across the common error with functions that exist in scripts pulled in with 'require'. Mod_perl_traps.html had the solution. Similarly, am using ('require') another file which holds all the hash tables (countries, states, etc.) that my scripts need to ref