user-pic

Chaigh Cuphe

  • Commented on A Porter's Tale
    Mainly this involved changing a lot of code like this: unless isa($validator, 'CODE'); to look like this instead: unless reftype($validator) eq 'CODE'; why not go the whole way and change it into if reftype($validator) ne 'CODE'; I'm not a...
Subscribe to feed Recent Actions from Chaigh Cuphe

  • Buddy Burden commented on A Porter's Tale

    @Chaigh: I guess the deciding factor for me is, this is not something I want to in a particular case; rather, this is something I want to do in all cases except this one. So that seems to point me to to unless as the superior choice.

    But it's all a matter of personal preference, I suppose.

Subscribe to feed Responses to Comments from Chaigh Cuphe

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.