Running this script will result in memory leaks, after 100000 hits IIS fails to respond.
How come ActiveState fails such a simple test.
Note, I use PersScript provided by ActivePerl from ActiveStete, build 804.
<html>
<head>
</head>
<body>
<script language="PerlScript" RunAt=Server>
sub DoSmth
{
$Response->Write('Message from Perl');
}
my $val = 1;
</script>
<%Call DoSmth%>
</body>
</html>
How come ActiveState fails such a simple test.
Note, I use PersScript provided by ActivePerl from ActiveStete, build 804.
<html>
<head>
</head>
<body>
<script language="PerlScript" RunAt=Server>
sub DoSmth
{
$Response->Write('Message from Perl');
}
my $val = 1;
</script>
<%Call DoSmth%>
</body>
</html>