The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.36
<table>
	<thead>
	<tr>
		<th>Foo</th>
		<th>Bar</th>
		<th>Baz</th>
		<th>Qux</th>
		<th>Quf</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td style="background: #707070;">a</td>
		<td style="background: #909090;">1</td>
		<td style="background: #b0b0b0;">5</td>
		<td style="background: #d0d0d0;">nine</td>
		<td style="background: #f0f0f0;">foo</td>
	</tr>
	<tr>
		<td style="background: #707070;">a</td>
		<td style="background: #909090;">2</td>
		<td style="background: #b0b0b0;">6</td>
		<td style="background: #d0d0d0;">ten</td>
		<td style="background: #f0f0f0;">bar</td>
	</tr>
	<tr>
		<td style="background: #707070;">b</td>
		<td style="background: #909090;">3</td>
		<td style="background: #b0b0b0;">7</td>
		<td style="background: #d0d0d0;">11</td>
		<td style="background: #f0f0f0;">baz</td>
	</tr>
	<tr>
		<td style="background: #707070;">b</td>
		<td style="background: #909090;">4</td>
		<td style="background: #b0b0b0;">8</td>
		<td style="background: #d0d0d0;">12</td>
		<td style="background: #f0f0f0;">qux</td>
	</tr>
	</tbody>
</table>