The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<head>
<title>Tests for Embperl - Delete Session Data</title>
</head>


<body>

	udat before:<br>
	<table>
		<tr>
			<td>a</td><td>1</td>
		</tr>
	</table>

	ok (num=1)<p>

^	\$mdat\{cnt\} = -\d- <br>
    $udat{cnt} = -- <br>

	udat after:<br>
	<table></table>

	ok (num=1)<p>

	2	udat after write:<br>
	<table>
		<tr>
			<td>b</td><td>2</td>
		</tr>
	</table>

	ok (num=1)<p>

</body>
</html>