Use an "undef" as $file value if you want to specify the content directly. #### my $ua = LWP::UserAgent->new(); my $req = POST $url, Content_Type => 'form-data', Content => [blah => $something, file => [undef,'foo.txt'] ];