Dan Sugalski <[EMAIL PROTECTED]> wrote:

> If that's living in an managedstruct, then accessing the struct
> elements should be as simple as:

>     set I0, P20['bar']
>     set S1, P20['plugh']
>     set P20['baz'], 15

That's mostly done, except for named keys (I used arrays). If you like
named keys, an OrderedHash would provide both named and indexed access.

$ perldoc docs/pmc/struct.pod

Integer and number types are working so please just fill in the gaps.

leo

Reply via email to