Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Appending new column data to CSV file?

by Cristoforo (Curate)
on Aug 04, 2013 at 20:47 UTC ( [id://1047826]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            $sum += $col5;
            push @numbers, $col5;
    
  2. or download this
        while (my ($i, $num) = each @numbers) {
            push @{ $output[$i] }, $num/$sum;
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047826]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-16 12:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found