in reply to Re^2: Storing large data structures on disk
in thread Storing large data structures on disk

// was introduced in Perl 5.10. Replace

our $O //= 3;
with
our $O ||= 3;