in reply to Re^2: sub variables
in thread sub variables

I wrote a simplicistic source filter to bring the subroutine signatures to almost all versions of Perl. The module is Filter::signatures.

Replies are listed 'Best First'.
Re^4: sub variables
by stevieb (Canon) on Jul 23, 2017 at 22:52 UTC

    Corion, I've honestly never used signatures (or prototypes) except for very basic playing/testing, but what you've done here is pretty awesome. Pure Perl for the win even.