http://www.perlmonks.org?node_id=929858


in reply to Re^2: How to process with huge data's
in thread How to process with huge data's

Let's start by generating specifications for what you're trying to achieve.

First start with a short, one-line summary of the project. I'll make one up ... Summarize activity of users at my web site.

Then generate a description, in English, of what you want to achieve. I'll make stuff up, guessing what i think you might be thinking

Once you have an idea of what you want to achieve, then you can consider how to implement it.

At the moment, if you are asked to "connect 1 2", you create a hash { 1 => 1, 2 => 1}. How do you know whether that is "connect 1 2" or "connect 2 1"?

If this is homework, you should ask your teacher or TA.

As Occam said: Entia non sunt multiplicanda praeter necessitatem.