in reply to Re^2: Variable scope
in thread Variable scope

From my experience, using state in a named subroutine is a code smell.

That depends on the life span of the code. The older it gets, the more it reeks of foul.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'