Help for this page

Select Code to Download


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