Locutus has asked for the wisdom of the Perl Monks concerning the following question:
my colleagues and me are trying to get a foreign script running under Perl 5.8.8. As far as we know the script was developed under a Perl version <= 5.8.8, and among some other modules it uses GDBM_File. Since this module is not yet part of our installation we tried to install it via a CPAN shell. However, as it seems - and searching the CPAN for "GDBM_File" confirmed that impression - the current version 1.09 of this module is available only as part of David A. P. Mitchell's perl-5.10.1 distribution.
I also couldn't find any earlier versions (preferably usable under 5.8.8) of GDBM_File on CPAN so here's my humble question: Do we really have to upgrade to Perl 5.10 in order to be able to use GDBM_File;?
Kind regards and thanks for links to any documentation I might have overlooked so far
Locutus
|
|---|