gprasad82 has asked for the wisdom of the Perl Monks concerning the following question:
my $ua = LWP::UserAgent->new; $ua->timeout(30); my $vars = Vars(); my $response = $ua->post($config{"api_url"},$vars);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unable to Make http post in perl5 after apache upgrade from 2.2 to 2.4.46
by marto (Cardinal) on May 06, 2024 at 16:09 UTC |