in reply to creating a listbox in tkx

Googling shows that according to http://www.mynotebucket.com/perl-tkx/, the syntax is:
my $lbox = $parent->new_tk__listbox(-listvariable => \$cnames, -height + => 5);

                All power corrupts, but we need electricity.