in reply to Re: Perl Template::Toolkit combining variables?
in thread Perl Template::Toolkit combining variables?
Output:$Variable1."-".$Variable2;
Now I need to concatenate the second part of the variable.[% TimeData.RemainingTimeNEW- OR [% TimeData.RemainingTimeASSIGNED-
I tried the following solutions but with no luck:[% TimeData.RemainingTimeNEW-UtilRatioPercent %]
The variable should be read out as:[% TimeData.RemainingTimeNEW-_UtilRatioPercent %] [% TimeData.RemainingTimeNEW-$UtilRatioPercent %] [% TimeData.RemainingTimeNEW-${UtilRatioPercent} %] [% TimeData.RemainingTimeNEW-.UtilRatioPercent %]
|
|---|