Thanks, fellow monks, for all your valuable suggestions!
In the meantime one of my colleagues also found her way to a GDBM_File for 5.8.8: On the distribution page for perl-5.10.1 the dropdown menu "Other Releases" allows to select version 5.8.8 and from that distribution's page you only have to follow the corresponding link to version 1.08 of GDBM_File.
This, of course, raises (at least) three further questions:
- Why doesn't CPAN offer any way to navigate directly from the latest to earlier versions of GDBM_File?
- Why is a CPAN shell started in a 5.8.8 environment (i.e. where the version of the Perl interpreter running the shell is 5.8.8) not automatically referred to the latest version of GDBM_File which is still compatible with 5.8.8 but instead tries to install the globally latest version which requires (by resolution of dependencies) an update of Perl itself?
- Is GDBM_File supposed to be a core module at the end of the day? - At least the link "Dependencies" on the left margin of the module's documentation page leads to a result page that says so. (But then how did our sysops manage to in install a Perl 5.8.8 without one of the core modules???)
Curious regards
Locutus