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

dumper.pir - PIR version of Data::Dumper

version 0.10

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

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

This library provides the following functions:
print._sort() (library/sort.pir)typeof op.    sub = find_name "_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-2006, The Perl Foundation.
|  |   |