Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Count the Duplicate Entries and make them uniq

by scorpio17 (Canon)
on Aug 29, 2012 at 13:33 UTC ( [id://990469]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    Windows,XP PRO,Yes
    Windows,XP Home,No
    Windows,XP PRO,Yes
    
  2. or download this
    my $sth = $dbh->prepare("select OS, RELEASE, LIKE from $table");
    $sth->execute();
    ...
    while ( my ($os, $release, $like) = $sth->fetchrow ) {
      ++$data{$os}{$release}{$like};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-24 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found