in reply to
Re^2: objects and duplicates
in thread
objects and duplicates
Just jot down the pseudo code: e.g.:
read the file, each line into a hash, incrementing number of occurences of that sentence.
create an object from each sentence, for which I already know the number of occurences...
and so on
hth
Comment on
Re^3: objects and duplicates
In Section
Seekers of Perl Wisdom