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

Re: Combining arrays of hashes

by ant9000 (Monk)
on Jul 09, 2003 at 09:39 UTC ( [id://272631]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash3 = map {
     $_->{year}.$->{month}.$_->{day}.$_->{hhmm}= $_
    ...
    #or just 
    @array3=values %hash3; 
    #if you don't care about sorting
    
  2. or download this
     if(!defined $tmp{$k}){
    
  3. or download this
     if(!defined $hash3{$k}){
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found