On Nov 9, Balint, Jess said:

>Hello all, I was wonder if there is a way to do this with less `$query->`'s.
>And yes, I know the table's not perfect. Any input would be appreciated.
>Thanks.

Don't use the OO syntax then.

  use CGI qw( :standard );

  print
    start_form,
    start_table(...),
    Tr(
      td(...),
      ...,
    ),
    ...;

You get the idea.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to