Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: Parsing cli output into .csv

by erix (Prior)
on Apr 26, 2014 at 11:06 UTC ( [id://1083924]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $rc  = $sth->execute(@all_vals);
    $dbh->commit;
    $dbh->disconnect;
    
  2. or download this
    $ echo "table pm1083865_ivo2" | psql -x | head -n 20
    Timing is on.
    ...
    
    etc., there are 126 columns
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1083924]
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: (8)
As of 2024-04-19 14:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found