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