|
Posted by Mumia W. (NOSPAM) on January 18, 2007, 10:22 pm
Please log in for more thread options
Hello.
I created a new module called File::FilterFuncs. I believe that it's
ready to upload to CPAN, but I'd like some contructive comments on it first.
I'm hoping that I haven't made any glaring oversights :-)
The module is on my website right now:
http://home.earthlink.net/~mumia.w.18.spam/
--
Windows Vista and your freedom in conflict:
http://techdirt.com/articles/20061019/102225.shtml
|
|
Posted by Andy on January 25, 2007, 11:08 am
Please log in for more thread options
An interesting module. This would be great for migrating whole
websites that have hardcoded domain names or IP addresses.
I looked in your .pm source code and noticed that the transformation
functions the user is to supply actually are read in as pairs of
functions (one function to identify the source bytes to be transformed
and another function to transform them into something else).
Although you have examples showing this, PERL's syntax sometimes
obscurificates the fact there really are pairs of functions (sometimes
it looks like there are three or more). It might be good to emphasize
that only two functions per transformation are to be supplied, and to
supply more examples of transformations and their outcomes.
|
|
Posted by Uri Guttman on January 25, 2007, 2:19 pm
Please log in for more thread options
A> Although you have examples showing this, PERL's syntax sometimes
A> obscurificates the fact there really are pairs of functions (sometimes
A> it looks like there are three or more). It might be good to emphasize
A> that only two functions per transformation are to be supplied, and to
A> supply more examples of transformations and their outcomes.
you have been told at least 2 times already that PERL is not a valid
name for anything. Perl is the language and perl is the program. please
stop calling it PERL.
uri
--
Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
|
|
Posted by Andy on January 25, 2007, 2:57 pm
Please log in for more thread options
No disrespect was intended...does it really matter? At least I didn't
type it all in lowercase... ; )
Being an acronymn, one would think it would be all in capital letters.
(P)ractical
(E)xtraction &
(R)eporting
(L)anguage
I'm looking at my copy of the Corolois "PERL Black Book", once
considered to be one of the two Perl Bibles out there, and it uses
capitals for the language on its cover too...
Personally, I think Perl is a very well designed, comprehensive, and
robust language. I use it a lot for adhoc utility programs because its
easy to add functionality without wasting significant development time
in a project.
|
|
Posted by Uri Guttman on January 25, 2007, 3:20 pm
Please log in for more thread options
A> No disrespect was intended...does it really matter? At least I didn't
A> type it all in lowercase... ; )
yes it does matter. i use all lower case in emails and such for some
wacko reason. but when i write published text i spell it Perl.
A> Being an acronymn, one would think it would be all in capital letters.
A> (P)ractical
A> (E)xtraction &
A> (R)eporting
A> (L)anguage
it is NOT an acronym. read perldoc perl and see what larry himself
says. it was NEVER an acronym. those came later so they don't count.
A> I'm looking at my copy of the Corolois "PERL Black Book", once
A> considered to be one of the two Perl Bibles out there, and it uses
A> capitals for the language on its cover too...
that is not a perl bible by any standard i know of. just because they
are wrong doesn't mean you should copy it. also it is on the cover. do
they use PERL inside as well?
uri
--
Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
|
| Similar Threads | Posted | | file upload | January 5, 2006, 7:00 am |
| file upload, multipart form, and cgi::cache | April 21, 2006, 7:01 am |
| Choosing a good namespace for a module to upload to CPAN | July 14, 2004, 1:46 pm |
| Problem with CPAN and tar file headers | May 16, 2007, 4:57 am |
| Net:TFTPd questions - Want to upload configs via TFTP | July 20, 2006, 12:29 pm |
| install HTML::Template - Problem reading cache file / Bad file number | July 24, 2004, 7:55 pm |
| Reading contents of an excel file from a test file | May 15, 2007, 2:49 am |
| A do-file location: how the code inside that do-file find it? | January 20, 2008, 12:32 am |
| Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails | May 10, 2005, 9:51 pm |
| Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs? | May 9, 2008, 1:04 pm |
|