Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Repetitive HTML data

by hmerrill (Friar)
on Sep 24, 2003 at 15:01 UTC ( #293875=note: print w/ replies, xml ) Need Help??


in reply to Re: Repetitive HTML data
in thread Repetitive HTML data

Maybe I'm reading this wrong, but seems like you have multiple rows of stuff you want to display. How 'bout this:

my $table = "<table>"; foreach my $row_of_stuff (@rows_of_stuff) { $table .= <<EOT; <tr> <td>$row_of_stuff</td> </tr> EOT } $table .= "</table>";
Does this help?


Comment on Re: Re: Repetitive HTML data
Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://293875]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (14)
As of 2013-05-22 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (455 votes), past polls