my $browser = LWP::UserAgent->new; my $response = $browser->post($url, Content_Type => "multipart/form-data", Content => [FILE1 => [$filename]]);