in reply to Re^4: Distinguish between missing and undefined arguments with subroutine signatures (semipredicate problem)
in thread Distinguish between missing and undefined arguments with subroutine signatures

> That's a very good solution.

Thanks, that's my favorite solution for the semipredicate problem. :)

But in this particular case, I'd say checking @_ is better.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^5: Distinguish between missing and undefined arguments with subroutine signatures (semipredicate problem)
  • Download Code