I'm still developing
VarStructor 1.0, and I'm thinking of adding the ability to display or save-to-file a table with columns containing a list of variables and their values for each iteration of the loop in which VarStructor is called, such as:
Loop_Count = 1 Loop_Count = 2 Loop_Count = 3
$abc = aval1 $abc = aval2 $abc = aval3
$bce = bval1 $bce = bval2 $bce = bval2
This could become difficult to read and navigate for long values, so I'm considering putting long values in some kind of text box with a scroll bar. The text boxes would all be the same size so everything will line up. I could do this with CGI, but I don't know how acceptable that would be for the average programmer.
Other methods I know of require ANSI escape sequences, which XP's command prompt doesn't support, and Curses stuff, which I know nothing about and looks complicated. Both are mentioned here.
Then there's plain old console output with the table formed with nothing but tabs and newlines.
Which method should I use? Does Tie::History already do this easily enough, or is there hope for my module?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.