in reply to MLDBM for hash > 2GiB?

I'd be curious to see one part of the output for perl -V. The USE_LARGE_FILES option has been enabled by default since 5.6. You can confirm that it's there by looking for a line like this...

Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL +_IMPLICIT_CONTEXT
--
Marvin Humphrey
Rectangular Research ― http://www.rectangular.com

Replies are listed 'Best First'.
Re^2: MLDBM for hash > 2GiB?
by gregor-e (Beadle) on Nov 29, 2005 at 17:21 UTC
    Yes, USE_LARGE_FILES is enabled:
    Characteristics of this binary (from libperl): Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_ +FILES PERL_IMPLICIT_CONTEXT