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