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
|
|---|
| 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 |