in reply to OS400 PASE - architecture?
$Config{archname} is the architecture that copy of perl was built on, not necessarily what you're running on (similarly with $^O).
You might be more interested in either using backticks to call the system's uname command, and/or calling uname from the core POSIX module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: OS400 Pace - architecture?
by regexes (Hermit) on Jun 06, 2007 at 13:42 UTC |