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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: tabular format of data
by JavaFan (Canon) on Feb 18, 2012 at 08:44 UTC
    Sort of. It's reading from the DATA file handle. See man perldata.
      i have tried ur above code.. its printing the data in A |B |C |D however, its suppose to A|B --- C|D
        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 am not putting into any html page. I am using the code you shared with me , I am exactly using the same. Please suggest