in reply to Problem in displaying files
while($file = readdir($dh)) { next if $file eq '.'; next if $file eq '..'; } [download]