File: dynamic.html

package info (click to toggle)
fex 20160919-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,944 kB
  • sloc: perl: 17,699; sh: 346; makefile: 67
file content (35 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
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
<html>
<ul>
<li> <<our $y = 1>>
<li> <<$y+1>>
<li> <<print "3">>
</ul>
<hr>
<pre>
<<`date +"%Y-%m-%d %H:%M:%S"`>>
</pre>
<hr>
<p>

#if $y>2
  <h1>xxx</h1>
#elseif 0
  <h1>000</h1>
#elseif 4>3
  <h1>###############</h1>
#else
  <h1>zzz</h1>
#endif
<p><hr><p>
<pre>
$PATH=$PATH$
URL parameter=$QUERY_STRING$
</pre>
<p><hr><p>

<pre>
<<`env`>>
</pre>
<p><hr><p>
see <a href="<<local $_="$ENV{REQUEST_URI}?";s/\?.*/!/;print>>">sourcecode</a>
</html>