libwww-perl / URI

The Perl URI module
https://metacpan.org/pod/URI
Other
57 stars 48 forks source link

handle form params without values, using arrays #64

Closed dakkar closed 1 year ago

dakkar commented 5 years ago

This is a possible solution for #34

query_form now parses equal-less params, returning them as $key => []. This also round-trips.

This is a change in interface, though: previously, empty strings were returned.

simbabque commented 1 year ago

Thank you @dakkar. We've decided to go with #65, which was merged via #128.