Hi,
I am using <iw_perl> in my TPL and at the same time doing Code Optimization for the same.
I have an <iw_if> condition to be optimized which contains (less than, greater than, && ).
Help Needed.
This is the <iw_if> condition in my TPL :
<iw_if expr=' {iw_value name="$n"/} > 99 && {iw_value name="$n"/} < 300 && {iw_value name="$n"/} eq {iw_value name="$SomeValueFromDCR"/}'>
<iw_then>
:
</iw_then>
<iw_else>
:
</iw_else>
</iw_if>
Perl Version : 5.8.2
TeamSite : 7.4.1
Thanks in Advance.