Togos <[EMAIL PROTECTED]> wrote:
> Should aggregate PMCs (like PerlHash) be able to take
> PMCs as keys? I mean so that:

>   $P0 = $P1[$P2]

Just use a Key PMC for $P2.

  $P2 = new Key
  $P2 = "key_string"
  ...

leo

Reply via email to