# Show this #!? cookie print Dumper $cookie if $option->{verbose}; # list archives $request = HTTP::Request->new( GET => "https://$option->{hostname}/storiqone-backend/api/v1/archive/" ); $request->content_type('application/json'); #### # list archives $request = HTTP::Request->new( GET => "https://$option->{hostname}/storiqone-backend/api/v1/archive/" ); $request->content_type('application/json'); $request->header('Cookie' => $cookie);