MySQL Forums
Forum List  »  Perl

Re: Retrieving an address
Posted by: Chris Luke
Date: February 02, 2006 02:32PM

If it's outputting to HTML, newlines are treated as non-formatting white space.

You need to use something like <br /> or a table or a <pre> or something to break at the end of each line. A $line =~ s/\n/<br \/>/g; or something similar may do what you want.

Chris.

Options: ReplyQuote


Subject
Written By
Posted
January 30, 2006 08:56PM
Re: Retrieving an address
February 02, 2006 02:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.