Help for this page

Select Code to Download


  1. or download this
    @headers = (
      "First",
    ...
    $csv->print($fh, @cols);    # Use something like
                                #   $csv->print($fh, @$_) for @rows
                                #   for an array of data.
    
  2. or download this
    "First","Second","Third","Fourth"
    "I'm text",12,,"That was a blank"