|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Net::Whois::Raw qw( whois );by quester (Vicar) |
| on Apr 21, 2009 at 01:26 UTC ( #758853=note: print w/ replies, xml ) | Need Help?? |
|
Normally HTML ignores newlines. There are (at least) two simple ways of including output from a Unix command. One is to enclose the output in <pre> and </pre>, so that newlines, like this one --> are not ignored. It also tells the browser to use a monospaced font, so that text in columns will line up correctly. On the other hand, you may decide that the monospaced text looks kind of ugly. The other way is to enclose each line in the HTML sequence <p> ... </p> like this (caution: not tested):
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||