Help for this page

Select Code to Download


  1. or download this
    my $hlist; $hlist = $app_F->HList(
        -itemtype => 'text',
        -selectmode => 'extended',
        -browsecmd => sub { $label_text = join '|' => $hlist->selectionGet
    + },
    );