# Execute via system shell.
*{"${caller}::meta"} = \&_meta;
*{"${caller}::SHELL"} = sub {return _meta("SHELL")};
- # Returns the regular expresion for any of the meta constances.
+ # Returns the regular expression for any of the meta constances.
}
return 1;
}
###
# Table Header builder routine required to be called when header is made or recreated.
# Such builder pattern avoids us to make a looked up type, it is faster and better also in for gc.
-# It is drirect strict ordinal order referenced header array access. So before use this ubroutine must be called.
-# And when header is modified this subrotine also must be modified, otherwise fatal errors, which is good.
+# It is direct strict ordinal order referenced header array access. So before use this subroutine must be called.
+# And when header is modified this subroutine also must be modified, otherwise fatal errors, which is good.
#
sub _MakeTableHeader{ my ($header,$lbls,$spec,$rel) = @_;
my @hdr = @$header;