On Tue, Apr 18, 2006 at 11:34:49AM -0400, Will Coleda wrote: > From the PDD: > =item $P0 = find_global $P1, $S0 > =item $P0 = find_global $S0 > Find $P0 as the variable $S0 in the current namespace. or in $P1, relative > to the HLL root namespace.
Heh, I'm sleepy so I forgot that the C<find_global $P0, $S0> form proposed in my previous message is already spec'd. Tada, done! :-) > I'm using the first version, but it's relative to the namespace set > in .namespace, not relative to the HLL root namespace (derived from > the .HLL directive) That's definitely a bug. > On a side note, is there a way to get at the parent namespace if you have > a namespace? I don't see anything in the PDD about it. (Seems you can only > walk *down* the hierarchy, not up.) That's true. Given aliasing there may not be just one parent, but I don't suppose the distant chance of that will keep you from wanting this feature...? -- Chip Salzenberg <[EMAIL PROTECTED]>