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

Re: What is the best way to dump data structures to logfiles?

by shmem (Chancellor)
on Mar 13, 2007 at 18:53 UTC ( [id://604651]=note: print w/replies, xml ) Need Help??


in reply to What is the best way to dump data structures to logfiles?

This is for day-by-day operations to support user problems, and figure out what happened to the system during determined interesting events.
For that purpose I would focus on readability, which is not something Data::Dumper (or Data::Dump::Streamer) provide. For support tasks you need reports, and IMHO there's nothing better yet for that than format, formline and write (you could use Text::Template or Template but maybe you don't want their overhead).

It might be a tedious task to generate the perlform reports in the first place, but that pays off since you have a better oversight of your data. You can even enrich those reports with ANSI colours to browse them in a colour capable terminal with e.g. less -R.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-19 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found