Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Hashs of hash (multiple value) key problem.

by tilly (Archbishop)
on Dec 24, 2008 at 18:57 UTC ( [id://732501]=note: print w/replies, xml ) Need Help??


in reply to Hashs of hash (multiple value) key problem.

Go read references quick reference and learn how to do complex data structures. Then write toy examples and print them out with Data::Dumper until you are sure you have absorbed that. Then take your problem and break it into small pieces. Code each piece. Test that it does what you expect and has the values you expect. Put it together and test it again.

That is a likely path to success.

Continuing to try to solve the whole problem at once while you are unsure of basic concepts is not going to work. Trust me. I once had the fun of working with a novice in training. After she had been flailing for a month while getting nowhere I sat down with her and made her break the problem up. Every day I asked her what her plan was for the day and made sure she was working in small pieces. The project was done a week later. I helped her start the same thing with the next. After that she did well.

Divide and conquer. It isn't just useful for Julius Caesar.

  • Comment on Re: Hashs of hash (multiple value) key problem.

Replies are listed 'Best First'.
Re^2: Hashs of hash (multiple value) key problem.
by ashnator (Sexton) on Dec 25, 2008 at 10:05 UTC
    Ya thanks I will do exactly what you said. I am a bit sad but bcoz i need to give solution to the above problem :(

Log In?
Username:
Password:

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

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

    No recent polls found