Help for this page

Select Code to Download


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