Help for this page

Select Code to Download


  1. or download this
    @selected = $tl->curselection;
    foreach (@selected) {
        # Do something with the index:
        $selitem = $tl->get($_);
    }