Ask a Question related to PERL Modules, Design and Development.
-
SinghTJunior #1
Top Level Name for Perl Module
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
SinghTJunior Guest
-
New pure perl multi-level hash/array DBM
Hey all, I have just completed a very unique DBM, written in pure perl, and submitted it to CPAN. It has true multi-level hash/array support... -
The True Path to Learning Perl [OT] Education Level
Back to semantics, define "Programmer". Your definition of programmer, if it requires any knowledge of UML, is so strict that it will not work in... -
The True Path to Learning Perl [OT] Education Level
On Dec 8, 2003, at 11:18 AM, Jason Dusek wrote: It is not so much a shot at 'snobbery' as it is at the lack of 'intellectual rigor' that the... -
The True Path to Learning Perl [OT] Education Level
please let's do a split(/\s/, "Perl Programmer"). this return one array with two scalar: Perl Programmer that's why -----Original... -
The True Path to Learning Perl [OT] Education Level
I think that we've drifted a little from the topic, which was more or less to get a feel for the people on this list and where they are in their... -
John Bokma #2
Re: Top Level Name for Perl Module
"SinghTJunior" <singhtjunior@gmail.com> wrote:
WWW> 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?
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: [url]http://castleamber.com/[/url]
John Bokma Guest
-
SinghTJunior #3
Re: Top Level Name for Perl Module
John Bokma,
Very good suggestion. I will use
Net::Download::XMLScripted
-Thank you,
Singh T. Junior
John Bokma wrote:> "SinghTJunior" <singhtjunior@gmail.com> 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: [url]http://castleamber.com/[/url]SinghTJunior Guest



Reply With Quote

