The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[+ "Start include" +]
[- @a = ('s1', 's2', 's3') -]
<table>
    <tr>
	<td>
	    [+ "$param[0] - " +][+ $a[$col] +]
	</td>
    </tr>
</table>
Parameters:<BR>
<table>
    <tr>
	<td>
	    [+ $param[$col] +]
	</td>
    </tr>
</table>
p0	    [+ $param[0] +]
p1	    [+ $param[1] +]
[+ "End include" +]