dtharby has asked for the wisdom of the Perl Monks concerning the following question:
while ($dy < 32) { if ($dow eq "0" || $dow eq "6") { $table_info = $table_info."$q->({align => /'left/', -color => /'yellow/'}, $q->th([$...)),"; } else { $table_info = $table_info."$q->({align => /'left/', $q->th([$...)),"; } $dy++; } print OUTPUT $q->table({-cellpadding => 3}, $table_info, );
2006-07-28 Retitled by GrandFather, as per Monastery guidelines
Original title: 'How do I .......'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I use CGI.pm methods in a loop
by davorg (Chancellor) on Jul 28, 2006 at 10:14 UTC | |
by davidrw (Prior) on Jul 28, 2006 at 12:10 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |