Data-Dumper
view release on metacpan or search on metacpan
#
# This is the exact equivalent of Dump. Well, almost. The things that are
# different as of now (due to Laziness):
# * doesn't do deparse yet.'
#
void
Data_Dumper_Dumpxs(href, ...)
SV *href;
PROTOTYPE: $;$$
PPCODE:
{
HV *hv;
SV *retval, *valstr;
HV *seenhv = NULL;
AV *postav, *todumpav, *namesav;
I32 terse = 0;
SSize_t i, imax, postlen;
SV **svp;
SV *apad = &PL_sv_undef;
Style style;
( run in 1.026 second using v1.01-cache-2.11-cpan-71847e10f99 )