perl5
openssl + Net::SSLeay
using system-call cURL as 'https' request and returns stdout as a string
example:
my $gr_text = system('curl -s '.$location.' | grep "datetime"');
print $gr_text;
https://perlmaven.com/simple-way-to-fetch-many-web-pages
qx{}
https://perldoc.perl.org/perlop#Quote-Like-Operators