Help for this page

Select Code to Download


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