in reply to Latest Strawberries: addresses reported by "p", Devel::Peek, etc.

The larger addresses look to me like you just (inadvertently?) switched from a 32bit build to a 64bit build. It looks like Strawberry Perl does not list 32bit builds in recent perl versions.
  • Comment on Re: Latest Strawberries: addresses reported by "p", Devel::Peek, etc.

Replies are listed 'Best First'.
Re^2: Latest Strawberries: addresses reported by "p", Devel::Peek, etc.
by syphilis (Archbishop) on Nov 05, 2025 at 06:20 UTC
    The larger addresses look to me like you just (inadvertently?) switched from a 32bit build to a 64bit build.

    The OP's results are consistent with what I'm seeing on my 64-bit SP-5.32.1 and SP-5.42.0.
    Also, the script's output on my 32-bit build of SP-5.32.1 includes the following (quite different) piece of output:
    Missing argument in printf at try.pl line 9. Missing argument in printf at try.pl line 9. Q: hex: 0, dec: 0
    Cheers,
    Rob