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

Reply via email to