Help for this page

Select Code to Download


  1. or download this
    sub arrayref_to_csvline { ... }
    
    ...
      }
      print arrayref_to_csvline($row->values);
    }
    
  2. or download this
    sub arrayref_to_csvline { ... }
    
    ...
      $headers ||= print arrayref_to_csvline($row->fields);
      print arrayref_to_csvline($row->values);
    }