Get reason for failed LWP::Simple head request – CentOS
I have migrated my scrilpts from CentOS 7 to 8 and there's a new Perl version. I have the folowing snippet that uses head to check if a URL exists: #!/bin/perl use strict; use warnings; use LWP::Simple; my $sitemapurl =…