On Sat, Jul 01, 2006 at 10:56:26AM -0700, Matt Diephouse wrote:
> At the top of the pdd:
>  - Add a get_namespace opcode (that takes an -->array<-- or a 
>    multidimensional hash index)
> [...]
>    =item $P0 = get_namespace $P1
> 
>    Get the namespace $P1 (an -->array<-- of names or [...]

Gee, you're right, there it is, and strangely enough, the code already
supports this idiom [leo++].  I've just gone through the doc and made it
more consistent on that point.

The actual bug you've found seems unrelated to the use of the array of
strings (vs. a key), as substituting the key version:

   $P0 = get_namespace ['']

still fails.  Debugging in progress.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to