Help for this page

Select Code to Download


  1. or download this
    opendir(D, "/");
    for (readdir(D)) { print "got: $_\n" }
    closedir(D);