opendir DIR,"C:/" or die "Cannot read from dir C:/ $!"; for (readdir(DIR)) { # do something... } closedir DIR; #### -- Joost downtime n. The period during which a system is error-free and immune from user input.