while($file = readdir($dh)) { next if $file eq '.'; next if $file eq '..'; } [download]
In reply to Re: Problem in displaying files by Vijay81 in thread Problem in displaying files by Anonymous Monk