in reply to Problem displaying text with CGI
Lots of options to do cool stuff (like make URL's and E-mails clickable, etc...) and you don't have to make the text display ugly on the browser by using PRE tags.use HTML::FromText; my $html=text2html($text,urls=>1,email=>1);
|
|---|