Jeff Pang schreef: > next if $file =~ /^\.+$/;
You'll miss a file called "...". Consider: next unless -f "$path/$file"; See `perldoc -f -f`. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/