in reply to Re^2: CURL Alternative.in thread CURL Alternative.
$ua->post( $url, \%form ) [download] or $ua->post( $url, $field_name => $value, ... ) [download]
$ua->post( $url, \%form ) [download]
$ua->post( $url, $field_name => $value, ... ) [download]
It's still not as high level and convenient as LWP::simple, but it's probably as close as you will get.