I was wondering how perl6 would stringify (as in Data::Dumper):

        1) objects with 'my' and 'our' variables
        2) $.property
        2) subroutines (and coderefs)
        3) properties (both is/has)

Right now, the fact that subroutines come out as 'sub { "DUMMY" }' is a minor
pain to work around, having all of these as holes would be too much IMO.

Ed

Reply via email to