Help for this page

Select Code to Download


  1. or download this
      my $response = $browser->post($url, Content => join('', @data));
    
  2. or download this
      my $response = $browser->post($url, 
        Content  => $data[0],
    ...
        $data[3] => $data[4],
        ...
      );