in reply to TK::DataTree Examples
$dt = $mw->DataTree->pack; $dt->data( { foo => 1, bar => [2, 3] } ); [download]