File: iter2-exp.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 336 kB
  • ctags: 45
  • sloc: perl: 857; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
	Here are the type of people you meet at XYZ, inc:
	<dl>
		<dt>Programmer</dt>
		<dd>one who likes Perl and Seamstress</dd>
		<dt>DBA</dt>
		<dd>one who does business as</dd>
		<dt>Admin</dt>
		<dd>one who plays Tetris all day</dd>
		<dt>Poet</dt>
		<dd>A relative of Edgar Allan Poe.</dd>
	</dl>
</div>