| parrotcode: PIR version of Data::Dumper | |
| Contents | Libraries |

dumper.imc - PIR version of Data::Dumper

version 0.10

...
# dump the P0 register
_dumper( "P0", P0 )
...
END
.include "library/dumper.imc"

PIR implementation of Perl's Data::Dumper module.

This library provides the following functions:
print._sort() (library/sort.imc)typeof op. newsub sub, .Sub, _dump_PerlArray
_register_dumper( .PerlArray, sub )
__dump exists in the namespace of the class, it will be called with the current dumper object and the label of the PMC.
Jens Rieks <parrot at jensbeimsurfen dot de> is the author and maintainer. Please send patches and suggestions to the Perl 6 Internals mailing list.

Copyright (c) 2004, the Perl Foundation.
|
|
|