|
Hi, I'm having trouble passing arrays to Execute. Passing parameters to my page component: Execute ({inputfile =>
$CSI_common."displayresponder.html", param
=> [$bgcolor1,$bgcolor2,$textcolor,@records]}); Reading the parameters in my page component: [- $bgcolor1 = $param[0]; $bgcolor2 = $param[1]; $textcolor = $param[2]; @records = $param[3]; -] The first 3 scalars work fine but embperl
only resolves the first element of my @records array(@records
has 16 elements). I've searched the docs and mailing list to no avail. What am I missing????? Thanks, John |
- Re: Help with Execute - param and passing arrays John Sydnor
- Re: Help with Execute - param and passing ar... Wim Kerkhoff
- Re: Help with Execute - param and passing ar... Luiz Fernando B. Ribeiro
- Re: Help with Execute - param and passing ar... Ken Ray
- RE: Help with Execute - param and passing ar... John Sydnor
- Re: Help with Execute - param and passin... Wim Kerkhoff
