Help for this page

Select Code to Download


  1. or download this
    $theData .= "$header\n@values\n\n";
    
  2. or download this
    $theData .= "$header\n".(join ("\n", @values))."\n\n";