in reply to Making a Data Structure - Example

It's not a hash (reference), it's an array reference. Note the square brackets (not curly braces).
my $post_elements = [ ... ]; my $response = $browser->post($udr, $post_elements, @netscape_headers) +;
The reason it's not a hash ref is to easily allow (without the need for references) multiple values for a single key.

Jeff japhy Pinyan, P.L., P.M., P.O.D, X.S.: Perl, regex, and perl hacker
How can we ever be the sold short or the cheated, we who for every service have long ago been overpaid? ~~ Meister Eckhart