Help for this page

Select Code to Download


  1. or download this
    __RequestVerificationToken: acP92nszWSeNIAeL/Al9Rj24scVQXt+o
    
  2. or download this
    my $mech = WWW::Mechanize->new;
    my $r = HTTP::Request->new("POST", $some_url);
    $r->header("__RequestVerificationToken" => $key);
    # set content and some other headers here
    $mech->request($r);
    
  3. or download this
    --RequestVerificationToken: whatever