summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/include/if9a.shtml
blob: 30cebaa4fd7bc38f2833ac7bdbb107aa83a8c3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!--#set var="x" value="foo bar"-->
<!--#if expr="$x = /^foo/ && $x = /bar$/" -->
pass
<!--#else -->
fail
<!--#endif -->
<!--#if expr="($x = /^foo/) && ($x = /bar$/)" -->
pass
<!--#else -->
fail
<!--#endif -->