17:17 >perl -ML -e "print Data::Dumper->Dump([HTTP::Tiny->new->get(q(https://www.perlmonks.org))->{headers}]);" $VAR1 = { 'content-type' => 'text/html', 'server' => 'Apache/2.4.41', 'etag' => '"e57e-595f34244bafb"', 'content-length' => '58750', 'last-modified' => 'Mon, 28 Oct 2019 07:15:04 GMT', 'accept-ranges' => 'bytes', 'date' => 'Mon, 28 Oct 2019 07:18:01 GMT' }; 17:18 >mversion -f L Data::Dumper HTTP::Tiny L v1.0.1 Data::Dumper 2.173 HTTP::Tiny 0.070 17:18 >perl -v This is perl 5, version 28, subversion 0 (v5.28.0) built for MSWin32-x64-multi-thread