jerrygarciuh has asked for the wisdom of the Perl Monks concerning the following question:
_____________________________________________________while (<FH>) { chomp($_); if (/(.)/) { print "<TR><TD>Checkbox</TD><TD>$_ </TD></TR>\n"; } else { print "<TR bgcolor=#000066><TD WIDTH=298> </TD><TD WIDTH= +298> </TD></TR>\n"; } } close FH;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating a table from text delimited by newlines
by Fastolfe (Vicar) on Nov 26, 2001 at 08:36 UTC | |
|
Re: Creating a table from text delimited by newlines
by Trimbach (Curate) on Nov 26, 2001 at 10:14 UTC | |
|
Re: Creating a table from text delimited by newlines
by chipmunk (Parson) on Nov 26, 2001 at 08:49 UTC | |
|
Re: Creating a table from text delimited by newlines
by physi (Friar) on Nov 26, 2001 at 18:40 UTC |