in reply to Re^2: private sub routinein thread private sub routine
$ perl -le'sub foo { print 0+@_ } @_=1..4; &foo; &foo();' 4 0 [download]