On Fri, Oct 31, 2008 at 11:57:10AM +0100, Pierre Habouzit wrote: > + closedir(DH); Ugh. This is a great reason to use a scoped variable (like "my $dh), which will close automatically. Once upon a time I think you _had_ to use globs for this, but I think it has not been the case for some time (and I think we only support back to perl 5.6 these days). Can any perl gurus comment? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html