my $pwd = &Cwd::cwd();
-open(LESEN,"htdocs/pwr/pwr.conf")
+open(LESEN,"htdocs/tools/pwr/pwr.conf")
or die "Fehler beim oeffnen von : $!\n";
while(defined(my $i = <LESEN>)) {
my $pwd = &Cwd::cwd();
-open(LESEN,"htdocs/pwr/pwr.conf")
+open(LESEN,"htdocs/tools/pwr/pwr.conf")
or print "Fehler beim oeffnen von : $!\n";
while(defined(my $i = <LESEN>)) {
##$envstring =~ s/&/\n/g;
-open(SCHREIBEN,">htdocs/pwr/pwr.conf")
+open(SCHREIBEN,">htdocs/tools/pwr/pwr.conf")
or print "Fehler beim oeffnen von : $!\n";
print SCHREIBEN $envstring;