Perl client for kdb+¶
From Mark Pfeiffer
So far:
$k->cmd()
doesn’t handle keyed tables well. Use$k->Tget()
then$k->val
to get the underlying value as a Perl hash.- Use Kx-0.36: it is the most stable.
From Mark Pfeiffer
So far:
$k->cmd()
doesn’t handle keyed tables well. Use $k->Tget()
then $k->val
to get the underlying value as a Perl hash.