Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

What kind of arbitrary perl data structures are you trying to render (they are not all created equal)? Are you looking for something quick and dirty for debugging purposes? Or more stable for UI purposes? Is there an issue with using Javascript (you seem to imply that with the Data::TreeDumper::Renderer::DHTML comment)? Do you really want it in HTML, or do you just need to see it in the browser? I ask these questions because there are a number of ways you could do this.

If you have an array of hashes, a few scalars and want a nice UI, you could very easily use HTML::Template.

If you need to see your structure for debugging purposes, then the output of Data::Dumper wrapped in a PRE tag is usually sufficient (IMO of course).

If this is for a UI, is it really an arbitrary data-structure? I would expect that there is some consistency and logic to it if it is meant to be displayed in a UI, otherwise you might want to rethink your UI (IMO consitency is a major factor in the usability of a UI).

The more details you provide, the better we can answer your question.

-stvn

In reply to Re: Printing data structures as HTML by stvn
in thread Printing data structures as HTML by sutch

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found