in reply to Re: sub variablesin 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.
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.