* Eric Wilhelm <[EMAIL PROTECTED]> [2005-06-17 18:20]: > In any case. How does G::L evaluate in precedence order? > That's why I'm writing G::?
By parsing into two separate variables, and allowing separate module-client code evaluate how to react to the values in those to variables. A working example of code that does this is in the part of my message that you conveniently snipped. > There are other useful situations for controlling the order. > We just haven't covered them yet. Which can’t be addressed using quite the same approach as the one that has already been shown to work for this case? I am doubtful, but go ahead, convince me. Regards, -- #Aristotle *AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}; &Just->another->Perl->hacker;