John,
> Note that if there's only two pieces of information per package in
> the PACKAGES.TXT file, you might want to use a hash instead of the
> two arrays.
Thanks for the reply. I found myself thinking with this step of the
project that since the lines I wanted went name, location, name,
location and so on, that it would be a good candidate for pulling into
a hash: they're pairs. And then I thought, well, would a more
complicated structure be more efficient/relevant, since there are many
files under each location? Something like a hash of array references?
And that's where I started to get tired and kinda lost.
So I stepped back and tried to go more slowly, step by step ... and
got MORE lost. :^D
Regards,
G
.