in reply to Making a Data Structure - Example
The reason it's not a hash ref is to easily allow (without the need for references) multiple values for a single key.my $post_elements = [ ... ]; my $response = $browser->post($udr, $post_elements, @netscape_headers) +;
|
|---|