Also http://perldoc.perl.org/perlsub.html#Signatures for perl5 signatures. Use it everywhere! Promote it to be on by default! Go team!
On Sun, Feb 12, 2017 at 8:12 PM, Darren Duncan <dar...@darrenduncan.net> wrote: > On 2017-02-12 5:08 PM, ToddAndMargo wrote: > >> I presume my eyes would tell where I made the boo-boo. Lets hope! >> I am real tired of Perl 5's stone age subs declarations. @_, oh brother. >> > > In principle there is nothing wrong with @_ at least from the perspective > that it is quite useful to be able to have a single variable or keyword to > represent the entire argument list as a single value. Logically, a single > value is what an entire argument list is anyway, with individual arguments > being components of that. -- Darren Duncan >