Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: I need to know if 32-bit or 64-bit perl is running my script.

by Tux (Canon)
on Sep 16, 2013 at 06:51 UTC ( [id://1054237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -V:ptrsize
    ptrsize='8';
    $ perl -MConfig -wE'say $Config{ptrsize}'
    8
    $ perl -MData::Peek -MConfig::Perl::V -we'DDumper (Config::Perl::V::my
    +config ()->{config})'
    
  2. or download this
    {   alignbytes       => 8,
        api_subversion   => 0,
    ...
        version          => '5.14.2',
        version_patchlevel_string => 'version 14 subversion 2'
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1054237]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-23 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found