The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011121314151617181920 <html><head><title>Tests for Embperl - Execute non exitent file</title></head><body> [- $r = shift ;$rc = Execute ({ inputfile => 'notfound.htm', options => 262144 }) ;-]rc = [+ $rc +]<br> <p>Done.</p></body></html>
<html>
<head>
<title>Tests for Embperl - Execute non exitent file</title>
</head>
<body>
[-
$r = shift ;
$rc = Execute ({ inputfile => 'notfound.htm', options => 262144 }) ;
-]
rc = [+ $rc +]<br>
<p>Done.</p>
</body></html>