my $ua = LWP::UserAgent->new; $ua->timeout(30); my $vars = Vars(); my $response = $ua->post($config{"api_url"},$vars); [download]
In reply to Unable to Make http post in perl5 after apache upgrade from 2.2 to 2.4.46 by gprasad82