Help for this page

Select Code to Download


  1. or download this
    POST $url
    POST $url, Header => Value,...
    POST $url, $form_ref, Header => Value,...
    POST $url, Header => Value,..., Content => $form_ref
    POST $url, Header => Value,..., Content => $content
    
  2. or download this
    my $attributes = { name => "test.txt", parent => { id => 0 }};
    
    ...
          file       => [ "test.txt" ],
       ],
    );
    
  3. or download this
    [ undef, "test.txt", Content => $file_contents ]