Help for this page

Select Code to Download


  1. or download this
    push @array, $string =~ m#stuff#g
        if sub {
    ...
            my ($height, $width) = imgsize(\$img);
            $height < $max_h and $width < $max_w;
        }->();
    
  2. or download this
    my $img = get($image);
    my ($height, $width) = imgsize(\$img);
    push @array, $string =~ m#stuff#g
        if $height < $max_h and $width < $max_w;