Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Add part of one hash to another

by kennethk (Abbot)
on Feb 26, 2013 at 15:23 UTC ( [id://1020706]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ##################################
    # Add on File B's data
    for my  $i ( 0 ..  $#H_USES ) {
    $HoA{$H_USES[$i][5]} = [@{$H_USES[$i]}[0, 1, 3 .. $#{$H_USES[$i]}]];
    } # end looping over rows
    ##################################
    
  2. or download this
    ##################################
    # Add on File B's data
    for my  $i ( 0 ..  $#H_USES ) {
    ...
    $HoA{$H_USES[$i][5]} = $H_USES[$i];
    } # end looping over rows
    ##################################
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found