in reply to Re^2: 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.
Tux,
Very Nice!
but... something to keep in mind:
I tested the performance on a test system:
# *Your method* after installing 2 CPAN modules real 0m0.84s user 0m0.76s sys 0m0.008s # *My method* calling Perl from the command line real 0m0.028s user 0m0.032s # Note: I did this 3 times and 'user' > 'real' +was every time??? sys 0m0.004s
Granted your routines providing a lot of information, but doing a 'system' call to get some specific information may not be that bad of a hit.
I'm still going to add this to my bag of tricks. Good job!
Regards...Ed
"Well done is better than well said." - Benjamin Franklin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: I need to know if 32-bit or 64-bit perl is running my script.
by Tux (Canon) on Sep 18, 2013 at 14:29 UTC | |
by flexvault (Monsignor) on Sep 18, 2013 at 20:41 UTC | |
by Jenda (Abbot) on Sep 19, 2013 at 09:09 UTC | |
by Anonymous Monk on Sep 19, 2013 at 00:43 UTC |