Mark Stosberg <[EMAIL PROTECTED]> writes:
> Michael Peters wrote:
>
>> Matisse Enzer wrote:
>>
>>> forgive me but what is the magic variable to get archname? for example,
>>> on my system archname is
>>> darwin-thread-multi-2level
>>
>> use Config;
>> $Config{archname}
>
> If you just need to see it and don't need to use it directly in Perl,
> you can also just:
>
> perl -V | grep archname
... or, if you're short on grep, or just don't want the output
cluttered with all other options on the same line ...
perl -V:archname
Eirik
--
"Its failings notwithstanding, there is much to be said in favor
of journalism in that by giving us the opinion of the uneducated,
it keeps us in touch with the ignorance of the community."
- Oscar Wilde