John,
Try passing your params as references to the actual variables - remember,
paramaters are all "mushed" into a single array when they are passed, so by
using references, and de-referencing them, you can disentangle the
individual variables easily.
Ken Ray
>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
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]