Help for this page

Select Code to Download


  1. or download this
    my @files = readdir (CURRENT);
    closedir CURRENT;
    ...
        return 1 if (!/^\.\.?$/ and -d);
    }
    return 0;