1[name]
2code option
3
4[options]
5code 1
6
7[input]
8This is some random text.
9This is more random text.
10
11This is some random text.
12This is more random text.
13
14=head1 SAMPLE
15
16This is POD.
17
18=cut
19
20This is more random text.
21
22[output]
23This is some random text.
24This is more random text.
25
26This is some random text.
27This is more random text.
28
29SAMPLE
30    This is POD.
31
32
33This is more random text.
34