apl: operator data as array reference
[sheet.git] / apl.plp
diff --git a/apl.plp b/apl.plp
index 929c4243cc7d40cf7044c8056275ef0ed59b8a03..efd1f3519eade8a93503d8fbb440b545b6a166f1 100644 (file)
--- a/apl.plp
+++ b/apl.plp
@@ -27,9 +27,7 @@ EOT
 
 use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
-
-my @ops = do 'apl.inc.pl';
-@ops > 1 or Abort("cannot open operator include", 500, $@ // $!);
+my $ops = Data('apl');
 
 :>
 <h1>APL Symbols</h1>
@@ -49,7 +47,7 @@ my @ops = do 'apl.inc.pl';
 <tbody>
 
 <:
-for my $op (@ops) {
+for my $op (@{$ops}) {
        $op or do {
                say '<tbody>';
                next;