Hello
GoodBye
Friend
Adios
Amigo
#### my @fields = qw(Hello Goodbye Friend Adios Amigo); print header, start_html( -title => "testme"), div ( { -id => "div-test" }, # instead of doing this, can i create a div just by looping # through @fields div("Hello"), div("GoodBye"), div("Friend"), div("Adios"), div("Amigo") ), end_html;