The best advice is to separate your processing from your presentation by using a templating system. I recommend the Template Toolkit, but HTML::Template and HTML::Mason are also popular. You might even consider using a full MVC framework like Catalyst.
Anyway separating processing from presentation makes it easier to work on your HTML as separate from your Perl code. you can then take any HTML questions that you have to an HTML forum :-)
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In reply to Re: Help with some HTML coding
by davorg
in thread Help with some HTML coding
by damianpadden
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |