my $browser = LWP::UserAgent->new; ... ... ... open(FILE,"output.xml"); my @data = ; my $response = $browser->post( $url, Content => @data );