From 9a93fbdefa34f4002918eee545dc612d42d92c59 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Mon, 20 May 2024 19:55:53 +1000 Subject: [PATCH] Updated to PerlCBF v.3.2. Various plugin and index changes. --- .../docs/PerlCNF/Specifications_For_CNF_Data_Tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md index c8198b2..18a87b3 100644 --- a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md +++ b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md @@ -20,7 +20,7 @@ my $table = CNFParser->new(...)->data(){'MyDataProperty'}; my $header = $$table->{header}; my $lbls = CNFMeta::_deRefArray(@$$header[0]); my $spec = CNFMeta::_deRefArray(@$$header[3]); -my $data = $$table->{data}; +my $data = CNFMeta::_deRefArray($$table->{data}); ``` ## SQL Based CNF Instruction @@ -39,7 +39,7 @@ my $data = $$table->{data}; Instruction - Decription + Description -- 2.34.1