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: #d0d0d0;">a</td>
		<td style="background: #f0f0f0;">1</td>
		<td style="background: #d0d0d0;">5</td>
		<td style="background: #f0f0f0;">nine</td>
		<td style="background: #d0d0d0;">foo</td>
	</tr>
	<tr>
		<td style="background: #d0d0d0;">a</td>
		<td style="background: #f0f0f0;">2</td>
		<td style="background: #d0d0d0;">6</td>
		<td style="background: #f0f0f0;">ten</td>
		<td style="background: #d0d0d0;">bar</td>
	</tr>
	<tr>
		<td style="background: #d0d0d0;">b</td>
		<td style="background: #f0f0f0;">3</td>
		<td style="background: #d0d0d0;">7</td>
		<td style="background: #f0f0f0;">11</td>
		<td style="background: #d0d0d0;">baz</td>
	</tr>
	<tr>
		<td style="background: #d0d0d0;">b</td>
		<td style="background: #f0f0f0;">4</td>
		<td style="background: #d0d0d0;">8</td>
		<td style="background: #f0f0f0;">12</td>
		<td style="background: #d0d0d0;">qux</td>
	</tr>
	</tbody>
</table>