Help for this page

Select Code to Download


  1. or download this
    opendir my $dir, "$photodir/$category" or die "didn't work: $!";
    while( my $ent = readdir $dir ) {
    ...
    }
    closedir $dir;
    }