in reply to Re^4: DB_File recno treats array like a hash
in thread DB_File recno treats array like a hash

Why it works on Linux, but doesn't on *BSD then?

Because it works on BSD exactly the same?

See Re: DB_File recno treats array like a hash, what do you get with that program?

  • Comment on Re^5: DB_File recno treats array like a hash

Replies are listed 'Best First'.
Re^6: DB_File recno treats array like a hash
by Anonymous Monk on Oct 12, 2012 at 10:01 UTC
    Nop, it works differently on Linux and *BSD. That's the point of the question.

      Nop, it works differently on Linux and *BSD. That's the point of the question.

      So you ran my program? What was the output?

        netbsd:

        length 1 scalar 1

        length 3 scalar 3

        length 5 scalar 5

        length 7 scalar 7

        length 8 scalar 8

        length 8 scalar 8

        length 8 scalar 8

        length 8 scalar 8

        length 8 scalar 8

        length 8 scalar 8



        linux:

        length 1 scalar 1

        length 2 scalar 2

        length 3 scalar 3

        length 4 scalar 4

        length 4 scalar 4

        length 4 scalar 4

        length 4 scalar 4

        length 4 scalar 4

        length 4 scalar 4

        length 4 scalar 4