]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
xml2ini.pl and ini2xml.pl are working WITH inheriting. settings were processed back...
authorMichael Wiebusch <stratomaster@gmx.net>
Wed, 10 Jul 2013 21:54:39 +0000 (23:54 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Wed, 10 Jul 2013 21:54:39 +0000 (23:54 +0200)
xml_spielwiese/Common.pm
xml_spielwiese/cgitest.pl

index aa988da75f083132322d76da4ebea1cd9ab01f64..df51997607f19268d238d52dd8ea45470b42ca76 100644 (file)
@@ -127,7 +127,7 @@ sub padZeros{
   my $paddingGroupSize = $_[1];
   $$string =~ s/^0+//; # remove leading zeros
   my $stringLength = length($$string);
-  print "strangeString:".$$string."\n";
+  #print "strangeString:".$$string."\n";
   
   my $neededZeros = ($paddingGroupSize-($stringLength % $paddingGroupSize)) % $paddingGroupSize;
   
index c5a3b6230aa89b2edc20ecad65f5ef6d4087a9eb..d125e98e2df000684a8c1d137a847f42c3a3d5e7 100755 (executable)
@@ -5,6 +5,9 @@ print "Content-type: text/html\n\n";
 # what happens when files are not writable?
 # make sure that error fields are hidden as well!
 
+# in copy merge trees from xml2ini.pl
+# or put it in the common.pm
+
 
 # DONE
 # do not include wrong type, different specfile