From 08216b16f6fb02ef1c336093d68e376cb45feacf Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 1 Aug 2013 16:10:44 +0200 Subject: [PATCH] trying to put the stdout as title tag behind the plot --- tools/prevImg.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/prevImg.pl b/tools/prevImg.pl index 907b85e..d3862ed 100755 --- a/tools/prevImg.pl +++ b/tools/prevImg.pl @@ -41,15 +41,15 @@ $ENV{'DAQOPSERVER'}="localhost:7"; system("./startup.pl ../setup/testsetup.xml"); chdir("preview"); +my $dummy; - -system("./exec_evtbuild_t.pl -t ".$runtime); #14 -system("mv te1* ./temp.hld"); -system("./unpack_hld.pl -f ./temp.hld"); +$dummy=system("./exec_evtbuild_t.pl -t ".$runtime); #14 +$dummy.=system("mv te1* ./temp.hld"); +$dummy.=system("./unpack_hld.pl -f ./temp.hld"); # qx%./run.pl -t 0.1 -id ccc1ccc1%; print br; -print img{src=>'./preview/image_recalibrated_ccc1.png?'.rand()}; +print img{src=>'./preview/image_recalibrated_ccc1.png?'.rand(),title=>$dummy}; print br; -print "finishedd",br; +print "finished",br; print end_html; -- 2.43.0