File: taint.comp

package info (click to toggle)
libhtml-mason-perl 1%3A1.39-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,072 kB
  • ctags: 1,535
  • sloc: perl: 17,624; sh: 187; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 208 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
<%perl>
$m->print('part2');
</%perl>
<%args>
$foo => 1
$bar
</%args>
hey there
% my $x = 1;
<%perl>
$m->print($x++) while $x < 100;
</%perl>

<%def .foo>
lalalalalala
</%def>

<%method foo>
foobar
</%method>