One distributed with the perl/Tk code kit itself is called FileSelect.pm and was written by Frederick L. Wagner - (based on an original by Klaus Lichtenwalder).
A module called FileSave.pm allows one to type in a new (non-existant) filename for "Save as..." type operations. It was posted by Mark Elston on 12 Oct 1995 to the mailing list and is available from: http://sun20.ccd.bnl.gov/"ptk/archive/ptk.1995.10/0093.htmlor http://www.perltk.org/contrib/etc/FileSave.pm
In general, if there is a feature that you want missing from one of these, or some behaviour that you would like to see modified then by all means cp the source code to your area and start hacking ;-)
译文:
16.2. 有进行文件选择的模块吗?
是的,而且现在已经有了好几个……
第一个是跟随Perl/Tk包一起发布的名为FileSelect.pm的模块,它是由Frederick L. Wagner在最初Klaus Lichtenwalder的基础上写出来的。
另一个模块叫SelFile.pm,它是由Alan Louis Scheinine从Wagner的FileSelect.pm修改而来的。这个模块可以从下面的网址获得: