Help for this page

Select Code to Download


  1. or download this
    foreach (@DISPLAY_COLS) {
      print("<th valign=bottom>$COLUMN_TITLE{$_}</th>");
    };
    
  2. or download this
    print $cgi->tr([@COLUMN_TITLES]);