- or download this
my $type = 'post';
my $url = redacted;
...
},
}
my $response = $ua->$type( $url, %{$headers} );
- or download this
$headers->{Content}->{'foo'} = ['bar', 'baz']
- or download this
"field3": "HASH(0x2308c10)"
- or download this
$args = {data => $args};
my @newstring;
...
}
$args = join('&',@newstring);
my $response = $ua->post( $url, Content => $args );