in reply to Architecture of processor
should do the trick. GNU uname also has -i, but that's not a POSIX requirement.print `uname -m`
And you could also look into $Config::Config{archname} and extract the architecture from that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Architecture of processor
by Anonymous Monk on Mar 04, 2009 at 12:56 UTC |