Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Trimming hash based on element uniqueness

by mhearse (Chaplain)
on Jun 17, 2008 at 21:21 UTC ( [id://692588]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %sq_ds_uniq;
    for my $key (keys %sq_ds) {
    ...
        }
        $sq_ds_uniq{$key} = $sq_ds{$key};
    }
    
  2. or download this
    '11102' => {
        'user' => 'sql_user',
    ...
        'log_time' => '13:11:13',
        'query' => 'select something from somewhere',
    },
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found