in reply to Perl::Improved Volume 0, Number 0

Even for a relative perl novice like myself your "critiques" seem a bit dopey so far. It's a bit silly to say the file test codes don't sufficiently "describe" the test -- such descriptions are only important for those who don't know what the codes are and don't want to look them up. And I'm in agreement with the other poster on 0-based indices; I think they're pretty typical. I hope your criticisms will get a little better, you give very little in the way of reasons for why you think something is "dumb" or why something "should" be a certain way.

Replies are listed 'Best First'.
Re^2: Perl::Improved Volume 0, Number 0
by Fletch (Bishop) on Aug 26, 2004 at 19:19 UTC

    Actually I thought the file test one was actually somewhat valid. Granted those coming from a shell background probably have no problem with them, it might be nice if there was something akin to Ruby's File::Stat class which provides a more predicate-like set of tests for the OOPy out there. Someone enterprising might patch File::stat accordingly and send it to p5p.