Skip to main content



A highly configurable File and Directory Dialog widget for Perl/Tk.

Changes for 2.31 - 2023-06-21

  • Fix strict catch of undefined variable added in v2.30. 😕
  • (Hopefully) Fixed Tk-errors in edge-cases where Tk suddenly "can't autoload the listbox functions" after turning off (hiding) the directory list and re-show()ing the window (we now always create both the file & directory listboxes and hide any that are not to be shown).
  • (Preemptive) - Make sure strict won't complain about undefined home directory variables (which differ between Windows and Linux).
  • Add test to test harness to test for and report on the availibility and usage of the optional Tk::JDialog module (for error dialogs).


Filtering for Data::Sah

Changes for 0.020 - 2023-04-25

  • No functional changes.
  • [doc] Add a FAQ item.


Set up a pool of items to return one of, randomly...with some more likely than others

Changes for 0.03

  • less strictness on perl version


Handy means for testing (and fine tuning) Random::Skew.

Changes for 0.02

  • no need for 'use <version>' of perl


The World-Wide Web library for Perl

Changes for 6.71 - 2023-06-20T19:44:19Z

  • Use rather than require Module::Load (GH#435) (Olaf Alders)