in reply to Re: Re: understanding my() and typeglobs (perl6)
in thread understanding my() and typeglobs

a fair point. Perl6 losing globs makes sense, but will there still be the equivalent of the symbol table - that can be read and manipulated at runtime?


time was, I could move my arms like a bird and...
  • Comment on Re: Re: Re: understanding my() and typeglobs (perl6)

Replies are listed 'Best First'.
Re: Re: Re: Re: understanding my() and typeglobs (perl6)
by Elian (Parson) on Mar 17, 2003 at 19:20 UTC
    Yes, of course. Both the global symbol tables and the lexical pads up the call chain will be readable.