in reply to $PID/$$ capped at 32767?

Just to explain my stupidity: the problem was exactly what I said in my original post: MySQL INT column being signed instead of unsigned. The value I was seeing came from a select, not from a print. MySQL was limiting this value, not Perl.

Replies are listed 'Best First'.
Re^2: $PID/$$ capped at 32767?
by RMGir (Prior) on Oct 31, 2017 at 14:16 UTC
    That would do it :)

    Can you please edit the original post to indicate that?


    Mike