X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2aa0942b62a6812b687b293f40775d004be6cbe1..35a635c705ad1449df22a7cf5f6623b9445e40e3:/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;