}
> >
> >sub function_2 {
> > my @array = param('This_Param');
> >
> > foreach (@array) {
> > my @{$_} = param($_); # ASSIGNMENT IN QUESTION
> > }
> >
> > # HERE I NEED TO USE THE "@whatever&q
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]
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