On Tue, Aug 13, 2013 at 4:09 PM, Andrew Beverley <andy at andybev.com> wrote: > > get(); > sub get($) (You probably know this but calling get() like that, i.e. before it's declared, is denying perl the chance to enforce the subroutine prototype.)