On Nov 26, 2007 5:10 PM, neil <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was wondering if its possible to get the class="" field passed to
> the tables generated by checkbox_group()?

Not a direct answer to your question, but you will want to move away
from using CGI to generate HTML and move toward using a templating
system such as HTML::Template or Template Toolkit.  It is a little
more investment up front, but it is definitely worth the learning if
you are talking about styling pages.  Template engines move the VIEW
out of your code.  Let the code do the business logic and the template
engine take care of the presentation.

Sean

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to