my $dir = 'C:/Beispieldaten/Konfigurationsdaten/'; my @files = glob($dir.'*.DOCFIELD'); open(my $fh,'<',$files[0]) or die $!; #... close $fh;