in reply to perl/tk HLIST selections options

To get the last element, something like this could work (untested code!):
$last_entry = ($hlist->info("children"))[-1];