On Jul 30, 3:36 pm, [EMAIL PROTECTED] wrote:
> Inventor wrote:
> > I would like to call it ASCII::Plot::Scatter because it is an ASCII
> > scatter plot generator,
>
> I don't know what that is, but most people strongly associate ASCII (a
> character encoding) with Text. Could the module fit under
On Jul 30, 3:50 pm, [EMAIL PROTECTED] (Paul Lalli) wrote:
>
> You need to read:
> perldoc perlmod
> and
> perldoc perlnewmod
>
> before you start doing anything else.
> Paul Lalli
I knew someone was going to tell me RTFM! I will do that immediately,
thanks.
Inventor
--
To unsubscribe, e-mail
Inventor wrote:
> I would like to call it ASCII::Plot::Scatter because it is an ASCII
> scatter plot generator,
I don't know what that is, but most people strongly associate ASCII (a
character encoding) with Text. Could the module fit under
Text::Plot::Scatter?
> how do I create the hierarchy wi
On Jul 30, 1:06 pm, [EMAIL PROTECTED] (Inventor) wrote:
> Also, I know how to name a module, but how do I create the hierarchy
> with the :: characters? I don't want to have a filename with :: in
> it, so I figure there must be some inheritance thing involved, but I
> haven't run across it in my r
Hi, and thanks for all the help so far. I have prepared an ASCII
plotting module for CPAN submission and I would like your opinion on
the namespace. PAUSE tells me I should ask the community if my
namespace is chosen properly. I would like to call it
ASCII::Plot::Scatter because it is an ASCII s