Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Combine data in table

by DrAxeman (Scribe)
on Aug 07, 2005 at 18:02 UTC ( [id://481707]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Connect to the database
    my $dbh = DBI->connect("DBI:CSV:f_dir=.;csv_eol=\n;");
    ...
      $ips{ $row->{colIP} }->{ colPartitionFree } += $row->{colPartitionFr
    +ee};
    }
    print Dumper \%ips;
    
  2. or download this
    Can't use string ("IP,Partition,PartitionSize,Parti") as an ARRAY ref 
    +while "strict refs" in use at ./psfile.pl line 39.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-29 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found