Don’t use named lexical subroutines | The Effective Perler
Don’t use named lexical subroutines | The Effective Perler
Perl v5.18 allows you to define named subroutines that exist only in the current lexical scope. These act (almost) just like the regular named subroutines that you already know about from Learning Perl, but also like the lexical variables that have limited effect. The problem is that the feature ...
Leave a comment