File: capture.html

package info (click to toggle)
libtenjin-perl 1.000001-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 272 kB
  • ctags: 61
  • sloc: perl: 717; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?pl start_capture('captured_part'); ?>
<?pl	if ($exists) { ?>
[== $exists =]
<?pl	} else { ?>
I don't have the exists variable.
<?pl	}
	if ($noexist) { ?>
[== $noexist =]
<?pl	} else { ?>
I don't have the noexist variable.
<?pl	} ?>
<?pl stop_capture(); ?>
[== $_context->{captured_part} =]