I'm in urgent need of a TCl script which reads some data from a website.
The data I need is placed in at table like this:
<table border="1">
<tbody>
<tr>
<td>Date</td>
<td>Channel</td>
<td>Team1</td>
<td>Team2</td>
<td>Score</td>
</tr>
</tbody>
</table>
The table has got x rows.
There will be several tables at the page, so the script need to pick the right one, given by an argument ( eg. !pulje A )
I haven't programmed TCL before, and I need the script tomorrow Saturday

// JF