my $getReq = HTTP::Request->new( GET => $link, HTTP::Headers->new( @ns_headers ) ) ; my $response = $ua->request( $getReq ) ;