Help for this page
print p("Node Name: ") . p(param('hostess'));
print p("Node Name: ") , p(param('hostess'));
print header(), start_html(-title=>'The Light Dawns'), h4("Take the parms and run"), p("Node Name: ") , p(param('hostess')), # etc...