$obj->Dumpxs
obj
Data::Dumper->Dumpxs(arrayref[, arrayref])
arrayref
Identical to Dump, but is written in C and therefore is much faster. Available only if the xsub extension to Data::Dumper is installed.
Dump
xsub
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]