Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Printing the header row

by tobyink (Canon)
on Sep 13, 2012 at 02:15 UTC ( [id://993347]=CUFP: print w/replies, xml ) Need Help??

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);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://993347]
Approved by kcott
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found