This is the README file for Tk::FileDialog
Tk::FileDialog is a perl5 package which implements a File Selector
widget. To use Tk::FileDialog, you will need Perl version 5.002
or better, and Tk
To build this extension, simply enter:
perl Makefile.PL
make
make install
There are no test routines for Tk::FileDialog. A sample program is
included within the FileDialog.pm pod section.