X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/014511a96f19e407f789bd028937691275681902..50442220cc52bad55c1003de34f8dada958650d5:/sample.plp diff --git a/sample.plp b/sample.plp index 6de2b98..f824e14 100644 --- a/sample.plp +++ b/sample.plp @@ -6,11 +6,11 @@ Html({ title => "unicode sampler", version => '2.0', stylesheet => [qw'light dark mono red'], - data => $textinc, + data => [$textinc], }); 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;