How do you determine the datatype of a PMC? For example, if I create the 
following array:

        new P0, .PerlArray
        set P0[1], "cat"
        set P0[2], 123
        set P0[3], 456.789

and then grab a value from the array:

        set P1, P2[1]

how can I test to determine the datatype of the object in P1?

Also, are there any pre-built Windows binaries of Parrot available?

Thanks!

Reply via email to