in reply to Re^5: I need to know if 32-bit or 64-bit perl is running my script.
in thread I need to know if 32-bit or 64-bit perl is running my script.

So let us take you're two statements, both false. First, those non-core capabilities had to be downloaded from CPAN.

The first two things listed are

$ perl -V:ptrsize ptrsize='8'; $ perl -MConfig -wE'say $Config{ptrsize}' 8
which is available since 5.00307 since 5.003_07 1996-Oct-10

What an arrogant response!

Dudue :) after you hear it 20k times ... even if its a job requirement ... its like a taboo

  • Comment on Re^6: I need to know if 32-bit or 64-bit perl is running my script.
  • Download Code