Help for this page

Select Code to Download


  1. or download this
         use Image::Size;
         for (glob '*.jpg') {
          my ($x, $y) = imgsize($_);
          print "$_: xsize = $x, ysize = $y<BR>\n";
         }
    
  2. or download this
         opendir(DIR,"../images/dir/name");
          @files = readdir(DIR);
    ...
           }
          }
         }