Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Looping thru the complex hash and updating the first element of the value

by chanakya (Friar)
on Jun 05, 2006 at 14:59 UTC ( [id://553611]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %csv_data = (
        '13341_27276.01' => 'BMVG_ACE.txt / SCVG_ACE.txt / SC_ACE.txt|CONF
    +IRMED|13304|21114.01|20060602|20060530|2261957|US2471311058|DELGI GRO
    +UP|DELGI GROUP|US/ USD|US/ USD|DFG     UN Eq|STK_DIV|Stock dividend /
    + Bonus|28616000.000000|42924000.000000|||1.000000|1.000000|[3] / [2]|
    +|S 1   : 2|||||40301020|40301020|Life & Health |Life & Health |',
        '13304_21114.01' => 'BMVG_ACE.txt / SC_ACE.txt|CONFIRMED|13304|211
    +14.01|20060602|20060530|2261957|US2471311058|DELGI GROUP|DELGI GROUP|
    +US/ USD|US/ USD|DFG     UN Eq|STK_DIV|Stock dividend / Bonus|28616000
    +.000000|42924000.000000|||1.000000|1.000000|[3] / [2]||S 1   : 2|||||
    +40301020|40301020|Life & Health |Life & Health |',
        '10291_24687.01' => 'BMVG_ACE.txt|CONFIRMED|10291|24687.01|2006060
    +2|20060601|2227584|US4534141043|INDEPENDENCE CMNTY ||US/ USD|/|ICBC  
    +  UQ Eq|ACQ|Agreement: cas|82332000.000000||||0.900000|||||||||401020
    +10||Thrifts & Mortgage Finance||',
    );
    
  2. or download this
    %csv_data = (
                  'BMVG_ACE.txt' => {
    ...
                                    '13036_23817.01' => 'SC_ACE.txt|EXPECT
    +ED|13036|23817.01|20060614|20060531|5768585|GRS338163009|HYATT REGENC
    +Y HOTEL||GR/ EUR|/|HYATT   GA Eq|ACQ|Tender offer: cas only|84000000.
    +000000||0.500000|||||||||||25301020||Hotels; Resorts & Cruise Lines||
    +'
                                  }
                );
    
  3. or download this
    foreach $file ( sort keys %csv_data ) { #file SCVG_ACE.txt
          foreach $item ( %{$csv_data{$file} }) { #item 13304_21114.01
    ...
            }
          }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-20 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found