Help for this page
Select Code to Download
Select
or
download this
opendir(D, "/"); for (readdir(D)) { print "got: $_\n" } closedir(D);