File: sub2.htm

package info (click to toggle)
libembperl-perl 2.5.0-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,632 kB
  • sloc: ansic: 21,387; perl: 14,497; javascript: 4,280; cpp: 467; xml: 49; makefile: 35; sh: 24
file content (66 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<head>
<title>Tests for Embperl - Embperl sub Metacommand 2</title>
</head>


<body>

[###### sub 1 #####]
[$sub txt1$]
*txt* 
*txt* <h2>Here goes some normal html text <h2>
*txt* 
[$endsub$]

[###### sub 2 #####]
[$sub txt2$]
*txt2* 
*txt2* <h2>Here goes some normal html text <h2>
*txt2* 
[- txt1 -]
*txt2* after txt1
[$endsub$]

[###### sub 3 #####]
[$sub txt3$]
[- txt2 -]
*txt3* after txt3
[$endsub$]

[$sub tabrow $]

<tr><td>[+ $_[0] +]</td></tr>

[$endsub$]

<h1>Tests for Embperl - Embperl sub Metacommand 2</h1>

*1
[- txt1 -]
*2
[- txt2 -]
*3
[- txt1 -]
[- txt2 -]
*4
[- txt1 ; txt2 -]
[- txt1 ; txt2 -]
----> txt3
[- txt3 -]


========================================================

<table>
[- tabrow(1) -]
[$if (1) $]
[- tabrow(2) -]
[$else$]
[- tabrow(3) -]
[$endif$]
[- tabrow(4) -]
-> 5
[- tabrow(5) -]
</table>