foreach(readdir(PRINT)) { #do work } #### #Skip . and .. if(($_ eq ".") or ($_ eq "..")) {next;}