in reply to Re^3: tabular format of data
in thread tabular format of data

i have tried ur above code.. its printing the data in A |B |C |D however, its suppose to A|B --- C|D

Replies are listed 'Best First'.
Re^5: tabular format of data
by JavaFan (Canon) on Feb 18, 2012 at 10:54 UTC
    Really?

    Or are you putting the output into an HTML page, without using <pre>? If the latter, view the source, and you see the line breaks.

      i m using ur exact code and i m not using any HTMl. in that i m getting the result as A |B |C insted of ------------ A|B| ---- C|D| ---- " Also, i m getting an error for "say" part .. the details i have mentioned in above thread
        So, instead of figuring out why you need to do to get the "say" part working (adding a "use 5.010;"), you just deleted the line? And you're telling us now? And because you're still not using <code> tags, we don't see what you're trying to tell us?
          A reply falls below the community's threshold of quality. You may see it by logging in.