in reply to Re: perl module to determine if a URL is valid?
in thread perl module to determine if a URL is valid?

You can also use
$regexp = qr($RE{URI}{HTTP}{-scheme=>qr/https?/}{-keep});