Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

can perl-data-dumper-concise replace data-dumper!?

by Perlbeginner1 (Scribe)
on Oct 04, 2012 at 19:08 UTC ( [id://997294]=perlquestion: print w/replies, xml ) Need Help??

Perlbeginner1 has asked for the wisdom of the Perl Monks concerning the following question:

hello dear perler,

one question: i just install several modules
now i have to choice:
can perl data dumper roncise
replace data dumper!?


and if so - how to call it°!?

love to hear from you


greeetings

Replies are listed 'Best First'.
Re: can perl-data-dumper-concise replace data-dumper!?
by CountZero (Bishop) on Oct 04, 2012 at 19:26 UTC
    Data::Dumper::Concise is Data:Dumper in disguise with a few option set differently from the standard.

    From the docs:

    It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications, primarily for debugging output.
    If you are looking for alternatives for Data:Dumper, have a look at Data:Dump. Personally I like its output more than Data:Dumper. but YMMV.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: can perl-data-dumper-concise replace data-dumper!?
by Anonymous Monk on Oct 04, 2012 at 19:16 UTC

    can perl data dumper roncise replace data dumper!?

    Yes, obviously

    and if so - how to call it°!?

    Just exactly as shown in the documentation, same as D::D

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found