Well,I have a HTML form which is calling a perl script.In form there is a multiple selector box ,now when 2-3 lines are selected each is passed with the same name and different value pair. How to capture all values by parameter name ie there are name = value1 name = value2 name= value3 @values = $query->param('name'); is not working
Thanks, Rahul