in reply to RE: Clearing a namespace
in thread Clearing a namespace

A namespace doesn't "go out of scope" though. The original poster seems to want to clear out some package before the script is over.

My simple advice: don't use the feature if you need to reuse the namespace.

-- Randal L. Schwartz, Perl hacker