Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
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 about the Monastery: (4)
As of 2024-04-19 22:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found