[###### first sub #####]
[$sub tfirst$]
*1*
*1*
1.) Here goes some normal html text
*1*
[$endsub$]
[###### second sub #####]
[$sub tsecond $]
*2*
*2*2.) Here comes some perl:
*2*
*2*[- $foo = 'Hello world' -]
*2*
*2*foo = [+ $foo +]
*2*testdata = [+ $testdata +]
*2*
[$endsub$]
[###### table header #####]
[$sub tabheader $]
1 | 2> |
[$endsub$]
[###### table cell #####]
[$sub tabcell $]
*4*
*4*[+ $_[0] -> [$row][$col] +] |
*4*
[$endsub$]
[###### table footer #####]
[$sub tabfooter $]
[$endsub$]
[###### req_rec #####]
[$sub trr$]
*6*
*6*$req_rec = [+ $req_rec +] $$req_rec = [+ $$req_rec +]
*6*
[$endsub$]
|