Help for this page

Select Code to Download


  1. or download this
    # Print Listbox Button 
    my @filenames; 
    ...
        my $file = $listbox->get($_); 
        push @filenames, $file; 
    }
    
  2. or download this
    ...
    my $listbox = $files_frame->Scrolled("Listbox",
    ...
            print "$file\n";
        }
    }