On Apr 27, Jim Winstead wrote:
> Is it just me, or does libapreq not handle the response from <select
> multiple> correctly? It appears to only make one of the values
> accessible.
> 
> From what I can tell, this appears to go all the way down to the
> Apache::Table implementation, where the underlying Apache data
> structure does not quite have the perl semantics of no duplicate
> keys.
> 
> My ideal would be for $apr->param("selectmultiplename") to return
> an array ref of the values. But I don't really have much of a clue
> of where to start to implement this.
> 
> Thoughts?

Of course, $apr->param("selectmultiplename") returns an array of
the values in an array context.

Subtle. :)

Jim

Reply via email to