foreach(@config){  if($_ =~ /^index_file/){    $_ =~ s/"([^"]+)"/$ 1/; # ohne Leezeichen zwischen $ und 1    print $_;  } }