Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request::Common qw(POST)
    
  2. or download this
    POST $url, [ data => `cat binary_file.dat`,
                 user => jimbo,
                 pass => heehaw
                ];