http://www.perlmonks.org?node_id=990794


in reply to Re: Tell if arch is HP or HPIA64
in thread Tell if arch is HP or HPIA64

Using Config::Perl::V you can get the %Config settings that affect the build as well as the flags used to build the perl binary:

$ perl -MConfig::Perl::V=myconfig -MData::Dumper -e'print Dumper (myco +nfig)' --- lots of output here

Enjoy, Have FUN! H.Merijn