Help for this page
$what = $choices[$dialogLB->curselection];
( $what ) = @choices[$dialogLB->curselection]; # or maybe: @what = @choices[$dialogLB->curselection];