my $parameterFile = "Main.cfg"; # # parameter und funktion fuer das script einlesen # open(IN, $parameterFile) || die "Paramterfile $parameterFile nicht gefunden!"; @par = ; close(IN); eval( join("\n", @par) ); #print $otaLogPath "\n"; # Hier wird Hash-Wert gesetzt $Backup{"Backup"} = $backupPath; $cfg{"otaLogPath"} = $otaLogPath; $TRN{"TrnPath"} = $TrnPath; my $ausgabe_Datei = "backupCheck.txt"; open(LogDatei, ">backupCheck.txt") or die "Kann Log Datei nicht anlegen : $!";