Help with some HTML coding
damianpadden
created: 2006-07-06 04:48:15
I am writing a Fantasy Football 2006/2007 program and want to get my output in a html file. I writing some code to work out all the points and so on but I am having a problem with getting the tables layed out correctly in the html file I Produce.Any help will be great
Re: Help with some HTML coding
created: 2006-07-06 04:51:49
Hi damianpadden,

Could you be more specific about problems you are having? Perhaps you should look at HTML::Template. If this is not any help please post the code you have, the output of the code and a detailed description of what you are trying to do.

Hope this helps.

Martin
Re: Help with some HTML coding
created: 2006-07-06 04:53:05
Please read node 174051.
Re: Help with some HTML coding
created: 2006-07-06 04:56:31

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 :-)

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

perlmonks.org content © perlmonks.org and damianpadden, davorg, marto, shmem

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03