- or download this
#!/usr/bin/perl
...
my $browser = LWP::UserAgent->new;
my $url = 'http://localhost:8180/request';
my $response = $browser->post($url,Content => $output);
- or download this
Not an ARRAY reference at /usr/share/perl5/HTTP/Request/Common.pm line
+ 83.
- or download this
my $browser = LWP::UserAgent->new;
my $url = 'http://localhost:8180/request';
my $response = $browser->post($url,$writer);