The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::Fix::Condition::is_live_web_uri - check of a field contains an HTTP or HTTPS URI which is available online

SYNOPSIS

   if is_live_web_uri(uri_field)
     ...
   else
     ...
   end

SEE ALSO

Catmandu::Fix