--- Alan Hogue <[EMAIL PROTECTED]> wrote: > Hello, > > I have a question about which of the many html related > modules out there I should use for a particular > project.
[snip] > So, which modules might be useful for putting the data > together into links in, say, a table, and the table > into a web page in which all the other elements will > remain the same? Any pointers would be appreciated. > > Thanks, > Alan Alan, I have two preferences. A nice, lightweight module to use is HTML::Template. You can't interpolate templates that are included in other templates, but aside from that, it's fast and meets most people's needs. At work, we use Template Toolkit. It's much larger, it's a bit slower, but it is extremely powerful. It sounds like your requirements are simple, so HTML::Template would possibly be a farily good choice. Oh, and this question is better addressed in the CGI beginners list :) They are more likely to have experience with these things. Cheers, Curtis "Ovid" Poe ===== Senior Programmer Onsite! Technology (http://www.onsitetech.com/) "Ovid" on http://www.perlmonks.org/ __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]