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.
Comment on
Re: $PID/$$ capped at 32767?
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
[reply]
In Section
Seekers of Perl Wisdom