<html>
<head>
<title>Tests for Embperl - exit in sub</title>
</head>
[$ sub x $]
[- exit -]
[$endsub$]
<body>
Before Exit
[- x -]
After Exit
</body>
<html>
<head>
<title>Tests for Embperl - exit in sub</title>
</head>
[$ sub x $]
[- exit -]
[$endsub$]
<body>
Before Exit
[- x -]
After Exit
</body>