$mess = $ua->post('https://foobarbaz.com/servlet', Content_Type => 'form-data', Content => [ foo => 'a', bar => 'b', baz => 'c', attachment => [ undef, 'attachment', Content => $req ], ] );