Dumpxs
$obj
->Dumpxs
Data::Dumper->Dumpxs(arrayref
[,arrayref
])
- Identical to
Dump
, but is written in C and therefore is much faster. Available only if thexsub
extension to Data::Dumper is installed.
$obj
->Dumpxs
Data::Dumper->Dumpxs(arrayref
[,arrayref
])
Dump
, but is written in C and therefore is much faster. Available only if the xsub
extension to Data::Dumper is installed.