By doing this
my $picture = $query->param('Picture');
my $directory = $query->param('directory');
I get my directory and all the pictures in the Directory, but I also get "." and ".." in my $picture variable. How do I do this w/o getting the "." and ".."?
I assume the $Picture variable is...