Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Where is Data::Dumper->Dumpx?

by haukex (Archbishop)
on Feb 10, 2018 at 12:35 UTC ( [id://1208893]=note: print w/replies, xml ) Need Help??


in reply to Where is Data::Dumper->Dumpx?

What ever happened to Dumpx? It does not appear to be in that module.

A search of the git history of the Perl core seems to show that there never was a Dumpx function - only Dumpxs, so it might just be a typo in the book. Dumpxs is still there, but as choroba already pointed out, Data::Dumper defaults to the XS implementation (maybe it didn't in the past), so you normally don't have to worry about it.

$ perl -MData::Dumper -e 'print Data::Dumper->new(["foo"])->Dumpxs' $VAR1 = 'foo';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1208893]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-23 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found