perl6-language  

Re: execution platform object? gestalt?

David Storrs
Wed, 27 Jul 2005 15:33:08 -0700


On Jul 27, 2005, at 6:18 PM, Uri Guttman wrote:

this thingy should encompass
all about this perl and the world it is in and the shell env is part of
that.

How about *?PERL   ?

if ( *?PERL.COMPILED_OS eq 'Unix') {...}

if ( *?PERL.CURRENT_OS eq 'Unix') {...}

*?PERL.Grammars{Regex} = $my_bizarre_new_regex_grammar;

etc.

--Dks