The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<html>
<head>
<title>Tests for Embperl - request exit sub</title>
</head>


<body>

Before Exit

[- 
if ($param[0])
    {
    exit (200) ;
    }
else
    {
    exit ;
    }
        
    -]

After Exit

[+ "perl after exit" +]

</body>