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

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.

Replies are listed 'Best First'.
Re^6: tabular format of data
by deepak_4682us (Initiate) on Feb 18, 2012 at 11:51 UTC
    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?
        I have commented the "say" line in ut code and execued ur code. It gave me the output as : A |B| |C| .. Instead of ---------- A|B ---- C|D ---- Could u pls modify ur code and let me know how i can use <code> tag part in ur code SO that I can get the above for mat result.. Please help me, I am not so familar of use of the <code> tag Could u pls modify ur code and pls let me know.
        A reply falls below the community's threshold of quality. You may see it by logging in.