Top Level Name for Perl Module
Top Level Name for Perl Module
am 29.06.2006 19:23:20 von SinghTJunior
Hello,
I have a perl module that facilitates file downloads. Researchers often
need to download some files off the web on daily bases. These files
could be anything such as text documents, power point slides, word
docs, or excel sheets. The program reads an XML input file, where
certain rules specify which files to download. It creates a user
specified directory structure, creates daily directories, and downloads
the files and stores them.
The name of the module is Cioffero. I would like to know, given the
description above, what should be the top name for this type of module.
I was thinking along the lines of ExtUtils. Any suggestions?
-Sincerely,
Singh T. Junior
Re: Top Level Name for Perl Module
am 29.06.2006 22:46:14 von John Bokma
"SinghTJunior" wrote:
> Hello,
>
> I have a perl module that facilitates file downloads. Researchers often
> need to download some files off the web on daily bases. These files
> could be anything such as text documents, power point slides, word
> docs, or excel sheets. The program reads an XML input file, where
> certain rules specify which files to download. It creates a user
> specified directory structure, creates daily directories, and downloads
> the files and stores them.
>
> The name of the module is Cioffero. I would like to know, given the
> description above, what should be the top name for this type of module.
> I was thinking along the lines of ExtUtils. Any suggestions?
WWW
or
Net
I also recommend to give it a better name, I have no idea what a Cioffero
is.
WWW::Task::Download
(leaves room for Upload, Mirror, etc. :-) )
WWW::Download::XMLScripted
?
--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/
Re: Top Level Name for Perl Module
am 30.06.2006 00:02:39 von SinghTJunior
John Bokma,
Very good suggestion. I will use
Net::Download::XMLScripted
-Thank you,
Singh T. Junior
John Bokma wrote:
> "SinghTJunior" wrote:
>
> > Hello,
> >
> > I have a perl module that facilitates file downloads. Researchers often
> > need to download some files off the web on daily bases. These files
> > could be anything such as text documents, power point slides, word
> > docs, or excel sheets. The program reads an XML input file, where
> > certain rules specify which files to download. It creates a user
> > specified directory structure, creates daily directories, and downloads
> > the files and stores them.
> >
> > The name of the module is Cioffero. I would like to know, given the
> > description above, what should be the top name for this type of module.
> > I was thinking along the lines of ExtUtils. Any suggestions?
>
> WWW
>
> or
>
> Net
>
> I also recommend to give it a better name, I have no idea what a Cioffero
> is.
>
> WWW::Task::Download
>
> (leaves room for Upload, Mirror, etc. :-) )
>
> WWW::Download::XMLScripted
>
> ?
>
> --
> John Bokma Freelance software developer
> &
> Experienced Perl programmer: http://castleamber.com/