#!/usr/local/bin/haserl Content-Type: text/html <% for a in Red Blue Yellow Cyan; do %> <% done %>
"><% echo -n "$a" %>
<%# Looping with dynamic output Sends a mime-type "text/html" document to the client, with an html table of with elements labeled with the background color. %>