Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          . $result->decoded_content . "\n"
          . $result->status_line . "\n";
    }
    
  2. or download this
    # Save cookie
    my ( $cookie ) = ($result->header('Set-Cookie') =~ m((PHPSESSID=\w+);)
    +);
    ...
        GET => "https://$option->{hostname}/storiqone-backend/api/v1/archi
    +ve/" );
    $request->content_type('application/json');
    $request->header('Cookie' => $cookie);