Help for this page

Select Code to Download


  1. or download this
    for (@image_extensions) {
      if ($url =~ /\.${_}$/) {
    
  2. or download this
    for my $ext (@image_extensions) {
      if ($url =~ /\.$ext$) {