Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by liverpole (Monsignor)
on Jun 05, 2006 at 16:00 UTC ( [id://553629]=note: print w/replies, xml ) Need Help??


in reply to Looping thru the complex hash and updating the first element of the value

Hi chanakya,

When you say "problem", I'm not clear on whether you mean there's a bug in what you're trying to do (in which case you such clarify what your bug is), or whether you just want help solving the "problem" that you've presented.

However, I can make a suggestion which might help you in either case.  You are clearly using the same hash for multiple purposes.  While this is not in and of itself a bad thing, it is potentially confusing to the problem at hand, and might be causing difficulties when iterating through the keys of the hash.  So I would suggest that you use multiple hashes for your data, at least in the beginning, where one has contains keys like "13341_27276.01", and the other contains keys which are filenames.

Once you've iterated through the %csv_data hash, you can then merge them as a final step, if that best serves your purposes.


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/
  • Comment on Re: Looping thru the complex hash and updating the first element of the value

Log In?
Username:
Password:

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

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

    No recent polls found