]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
trying to put the stdout as title tag behind the plot
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 14:17:50 +0000 (16:17 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 14:17:50 +0000 (16:17 +0200)
tools/prevImg.pl

index 1301c8ec0c4e48b24eac3ccf81737f97370cb1a4..8b8f15ed15b33a64119dd51a3fb7d84571e40cee 100755 (executable)
@@ -33,7 +33,7 @@ print start_html(
 # print escapeHTML($here);
 # $ENV{'PATH'}=$ENV{'PATH'}.":/home/hadaq/bin";
 $ENV{'PATH'}=$ENV{'PATH'}.":/local.1/bastelstube/daqdata/bin";
-print br,$ENV{'PATH'},br;
+print br,$ENV{'PATH'},br;
 $ENV{'JTAGPATH'}="/local.1/jtag_mvd/soft/toolbox/jtag_atomic/";
 $ENV{'DAQOPSERVER'}="localhost:7";
 
@@ -47,9 +47,9 @@ $dummy=qx"./exec_evtbuild_t.pl -t $runtime 2>&1"; #14
 $dummy.=qx"mv te1* ./temp.hld 2>&1";
 $dummy.=qx"./unpack_hld.pl -f ./temp.hld 2>&1";
 # qx%./run.pl -t 0.1 -id ccc1ccc1%;
-print br;
+print br;
 print img{src=>'./preview/image_recalibrated_ccc1.png?'.rand(),title=>$dummy};
-print br;
-print "finished",br;
+print br;
+print "finished",br;
 print end_html;