in reply to I need to know if 32-bit or 64-bit perl is running my script.
Should work anywhere:
C:\test>\perl64\bin\perl -e"print length pack 'P', -1" 8 C:\test>\perl32\bin\perl -e"print length pack 'P', -1" 4
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: I need to know if 32-bit or 64-bit perl is running my script.
by mbethke (Hermit) on Sep 14, 2013 at 06:58 UTC | |
by BrowserUk (Patriarch) on Sep 14, 2013 at 07:50 UTC | |
by mbethke (Hermit) on Sep 14, 2013 at 18:00 UTC |
In Section
Seekers of Perl Wisdom