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