[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl6-internals
Subject:    [perl #41597] [PATCH] replacing explicit access to $^O in Configure
From:       "James Keenan via RT" <parrotbug-followup () parrotcode ! org>
Date:       2007-11-29 3:23:14
Message-ID: rt-3.6.HEAD-28750-1196306593-1049.41597-15-0 () perl ! org
[Download RAW message or body]

The intent of Aldo's patch is even closer than I first thought to what I
proposed last night ... as is evident from this question:

For a given instance of perl on a given OS, can I assume that the two
commands below will *always* produce the same output?

[parrot] 506 $ perl -MConfig -le 'print $Config{osname}'
darwin
[parrot] 507 $ perl -le 'print $^O'
darwin

In other words, does $Config{osname} simply record the content of $^O
for a given platform?

Thank you very much.

kid51

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic