Help for this page
use strict; opendir(DIR,".") or die("Can't open directory '$!'"); ... print "$file\n"; } closedir(DIR);