in reply to I need to know if 32-bit or 64-bit perl is running my script.

Thanks for all of your help. $^T is especially exciting.

You've all stimulated the more general question, though: can the root user look at any random process's info and determine if it is running in 32 or 64 bit mode?

I like to think that something under the proc tree should tell me.

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

Replies are listed 'Best First'.
Re^2: I need to know if 32-bit or 64-bit perl is running my script.
by Anonymous Monk on Sep 14, 2013 at 22:04 UTC

    I meant /proc, not proc tree.