| CPAN Ratings (Gamma) IO-All reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of IO-All
2 out of 3 found this review helpful:
Perl is a powerful programming language. This module shows just how powerful. Caveat Emptor; use this if you already are familiar with other IO modules on the CPAN, this one sort of summarizes them and collects them in one place, because it can.
If you are a an experienced perl hacker, this module will save you time and effort. If you are newbie please note that there are clearer, better documented, dare I say more standard interfaces, to Input and Output in perl.
With that said, clearly there is some serious voodoo going on here and judging by the other modules by the same author, this person is a brilliant programmer.
Jeremiah C. Foster - 2008-08-11 06:16:58
Was this review helpful to you?
Yes
No
Another great module from great people! Just Use It :)
Emmanuel Florac - 2006-06-10 07:49:50
Was this review helpful to you?
Yes
No
It gives me the heebiejeebies. The first line in the synopsis reads “Let the madness begin…” and this review could really end there, because that is exactly what I have to say.
But that wouldn’t be a very helpful review, so I’ll say what’s wrong with it. The problem is that there is way too much overloading going on. Just about every operator means something else when used on an IO::All instance as on any other variable in Perl. The meaning of filenames is also overloaded; the result of the code “io( "localhost:80" )” depends on whether a file called “localhost:80” exists in the current directory, or not. All of this certainly helps brevity, but ask yourself: are you writing production code or competing in an obfuscation contest?
The issue this module tries to address – writing I/O code is awkward and often too verbose – is real, but sorry: this is not the way to go about it.
Aristotle Pagaltzis - 2005-04-09 09:41:16
Was this review helpful to you?
Yes
No
A wonderful module. Makes dealing with Input and Output very convenient, and concise. Highly recommended. The only problem I found with it was that it has a lot of documentation and it was hard for me to find there what I wanted. (caveat: I contributed a patch to it).
Shlomi Fish - 2005-03-26 03:59:10
Was this review helpful to you?
Yes
No
This module is essential -- it improves productivity and code cleanliness. It's wonder for one-liners and is terrific for everyday use.
Ian Langworth - 2004-06-02 07:29:46
Was this review helpful to you?
Yes
No
Holy crap I like this module. If you haven't fired it up, you're hurting yourself. As your friend, I'm telling you, "Try it now." I can't imagine ever writing another script, program, or package without using it.
Ashley Pond V - 2004-05-28 23:07:36
Was this review helpful to you?
Yes
No
I don't think a day has gone by since I've discovered this module that I haven't thought about using it somewhere. I seriously hope this becomes part of the standard distribution, it's so damned useful.
David Newcum - 2004-03-13 14:51:48
Was this review helpful to you?
Yes
No
A most excellent module. The io('filename')->slurp alone makes it a keeper. Forking network servers in as few as a couple lines of code. This module does it all with a simply elegent interface. I highly recommend it.
Steve Peters - 2004-03-04 06:02:00
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|