From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<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>