I like this modules, very Acme :)(
Just FYI (in general an djust with this mod) , might want to avoid
return undef; (same w/ return 0)
because in list context that is true.
When you want to return false just
return;
that way regardless of context its false.