[resending to perl6-compiler]

On Sun, Jun 15, 2008 at 05:09:49AM -0700, Jonathan Worthington via RT wrote:
> Patrick R. Michaud (via RT) wrote:
> > %*ENV was requested on PerlMonks -- see
> > http://www.perlmonks.org/?node_id=692090 .
> >   
> r28377 should do enough to let them do CGI - I or @other needs to look 
> into why iteration doesn't work, and I haven't tested modifying the 
> environment with this yet.

You and I implemented at the same time.  I've refactored %*ENV
and the other globals into a separate src/builtins/globals.pir
file, as I think they really need to happen _before_ main
(i.e., whenever the perl6.pbc module is loaded).

Thanks!

Pm

Reply via email to