in reply to Re: Best CPAN library for named subroutine arguments/parameters
in thread Best CPAN library for named subroutine arguments/parameters

> Smart::Args looks interesting.

It certainly does, but unfortunately it requires PadWalker. :(

Cheers Rolf

  • Comment on Re^2: Best CPAN library for named subroutine arguments/parameters

Replies are listed 'Best First'.
Re^3: Best CPAN library for named subroutine arguments/parameters
by Arunbear (Prior) on Oct 28, 2011 at 13:43 UTC
    What's wrong with PadWalker?
      XS dependencies are not always portable.

      I love PadWalker!

      Put it into CORE P5Ps !!! :)

      And if PadWalker is allowed, I can think of much smarter solutions for signatures...

      Cheers Rolf