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

Sort of. It's reading from the DATA file handle. See man perldata.

Replies are listed 'Best First'.
Re^4: tabular format of data
by deepak_4682us (Initiate) on Feb 18, 2012 at 08:53 UTC
    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 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
Re^4: tabular format of data
by deepak_4682us (Initiate) on Feb 18, 2012 at 11:28 UTC
    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