The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

<html>
<head>
<title>Tests for Embperl - ErrorDocument</title>
</head>
<body>
This page is shown due to an ErrorDocument redirection<p>
main: [+ $req_rec -> main +]
prev: [+ $req_rec -> prev +]
next: [+ $req_rec -> next +]
[-
$errors = $req_rec -> prev -> pnotes('EMBPERL_ERRORS') ;
-]
There are [+ scalar(@$errors) +] errormessages:
<table border=1>
<tr><td>[+ $errors -> [$row] +]</td></tr>
</table>
</body>
</html>