Perlmonks, i am developing a web application using CGI and DBD on my localhost. i have successfully inserted data into the database that is a text field with data.
My problem here is when i retrieve the data from the database and display it using Perl there are no newlines displayed on the page the text is all joined together.
This is a sample code to demonstrate what i am trying to do.
I do not know what function to use that will help me display it paragraph by paragraph of newline by newline.
Your help will be highly appreciated.
Regards.
5plit_func