No argument here, but never had this problem with backslashes before. Changed to forward slashes, but now get the following message: "my" variable $files_dir masks earlier declaration in same scope at line 14. Line 14 is: opendir (my $dir_handle, $files_dir);
What is this telling me? Sorry for the novice questions.