in reply to Re^3: Can I please have *simple* modules?
in thread Can I please have *simple* modules?
Compare what happens when you perldoc POSIX with what happens when you perldoc List::Util.Let's see. When I do 'man List::Util', I hit a slash, type the name of the function I want the manual of, hit return, and it appears. When I do 'man POSIX', I hit a slash, type the name of the function I want the manual of, hit return, and it appears.
No difference. All the functionality of function in either POSIX or List::Util doesn't interfere with each other. That's why POSIX is simple. Sure, it has a lot, but it's still simple.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Can I please have *simple* modules?
by Ovid (Cardinal) on Nov 23, 2005 at 21:37 UTC | |
by Perl Mouse (Chaplain) on Nov 23, 2005 at 21:42 UTC | |
by Anonymous Monk on Nov 25, 2005 at 18:07 UTC | |
by Perl Mouse (Chaplain) on Nov 25, 2005 at 22:52 UTC |