X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/15d902acaa8a1fc24f756dcc5788d697a0c69a48..917ba679115b9e3cd7b88f7e5081a1a2503a684e:/sample.plp diff --git a/sample.plp b/sample.plp index 33d06e9..f824e14 100644 --- a/sample.plp +++ b/sample.plp @@ -10,7 +10,7 @@ Html({ }); open my $source, '<', $textinc - or die "Could not open text at $textinc: $!\n"; + or Abort("Could not open text at $textinc", 501, $!); local $/ = "\n\n"; my $top = readline $source;