Help for this page

Select Code to Download


  1. or download this
    my $found;
    while ( my $file = readdir(DIR) ){
    ...
    }
    closedir(DIR);
    print "Found: $found" if $found;