in reply to Re: How to safely use $_ in a library function?
in thread How to safely use $_ in a library function?

Yep, and still localize it to make code reentrant:
local $MyLibrarysGlobalCallStackInformation;