Name for a webalizer.hist-parsing module?

Name for a webalizer.hist-parsing module?

am 04.02.2006 17:26:30 von YorHel

(previously posted to modules@perl.org, but didn't get a
reaction, so I'm also trying here before I do stupid things. =)

I was really surprised when I couldn't find a module for parsing the
famous webalizer.hist file, which contains a lot of useful
information. So I'm planning on writing one myself, the problem is
though, how should I name it?

I've thought of things like
Data::Webalizer::Hist
Stats::Webalizer::Hist (But Stats::* doesn't exist yet)
Webalizer::Hist (But Webalizer::* doesn't exist yet, and I don't think
it will be useful)
Data::WebalizerHist

Personally, I think Data::WebalizerHist is the best choice, but other
suggestions or some advice will be appreciated.

Thanks in advance,
//YorHel.

Re: Name for a webalizer.hist-parsing module?

am 04.02.2006 17:51:06 von unknown

YorHel wrote:
> (previously posted to modules@perl.org, but didn't get a
> reaction, so I'm also trying here before I do stupid things. =)
>
> I was really surprised when I couldn't find a module for parsing the
> famous webalizer.hist file, which contains a lot of useful
> information. So I'm planning on writing one myself, the problem is
> though, how should I name it?
>
> I've thought of things like
> Data::Webalizer::Hist
> Stats::Webalizer::Hist (But Stats::* doesn't exist yet)
> Webalizer::Hist (But Webalizer::* doesn't exist yet, and I don't think
> it will be useful)
> Data::WebalizerHist
>
> Personally, I think Data::WebalizerHist is the best choice, but other
> suggestions or some advice will be appreciated.
>
> Thanks in advance,
> //YorHel.
>

Of your proposals, I like Data::Webalizer::Hist, since it allows for
other Data::Webalizer::* modules. But you're the author.

Tom Wyant