Andy Lester wrote:
> On Fri, Oct 05, 2007 at 11:22:57AM -0500, brian d foy ([EMAIL PROTECTED])
> wrote:
>> Do you mean that Test::Harness 3.0 won't have it but it will still be
>> there in earlier releases, or that you're going to remove any trace of
>> it from CPAN so it looks like it never exist
On Oct 15, 2007, at 3:11 PM, Michael Peters wrote:
use Config;
$Config{archname}
Doh!
Thank you very nice!
---
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/ - http://www.eigenstate.net/
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}
--
Michael Peters
Developer
Plus Three, LP
Hi folks,
forgive me but what is the magic variable to get archname? for
example, on my system archname is
darwin-thread-multi-2level
Obviously $OSNAME gets me 'darwin', but what about 'thread-
multi-2level' ?
-M
---
Matisse Enzer <[E