Help for this page

Select Code to Download


  1. or download this
    if ($url !~ m{^.*(jpe?g|gif|xbm|png|bmp)$}) {
      say "$url is not an image";
    }