• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

FileDialog.pmH A D09-Jun-199629.5 KiB1,158524

MANIFESTH A D09-Jun-1996110 64

Makefile.PLH A D09-Jun-1996275 87

READMEH A D09-Jun-1996391 1710

README

1This is the README file for Tk::FileDialog
2
3Tk::FileDialog is a perl5 package which implements a File Selector
4widget.  To use Tk::FileDialog, you will need Perl version 5.002
5or better, and Tk
6
7To build this extension, simply enter:
8
9	perl Makefile.PL
10	make
11	make install
12
13There are no test routines for Tk::FileDialog.  A sample program is
14included within the FileDialog.pm pod section.
15
16
17