in reply to length of pack 'J' and Win64/Win32 C data type model, pointer length, DWORD_PTR

Am I correct in assuming ...

Yes

c:\test>\perl32\bin\perl.exe \perl32\bin\p1.pl print length pack 'J', 1;; 4 print length pack 'L', 1;; 4 Terminating on signal SIGINT(2) c:\test>\perl64\bin\perl.exe \perl64\bin\p1.pl print length pack 'J', 1;; 8 print length pack 'L', 1;; 4

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP an inspiration; A true Folk's Guy
  • Comment on Re: length of pack 'J' and Win64/Win32 C data type model, pointer length, DWORD_PTR
  • Download Code