in reply to Re: sub variables
in thread sub variables

Thank you!
I am on 5.16.3
Rats!

Replies are listed 'Best First'.
Re^3: sub variables
by Corion (Patriarch) on Jul 23, 2017 at 07:20 UTC

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

      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.