in reply to Clearing a namespace
Just use a hash to store names, don't put them into a package. Hashes are easy to clear.
But answering your question, should you be doing something so silly, try the following:
But really, I suggest that you don't use that unless you can find from the online documentation (think perldoc) where that information is stored. And there is not a person that I know knows enough to tell you why that code works who would not also agree with my advice to use strict and use hashes. (I am not saying that such people don't exist, but I cannot identify any.)*TEST:: = do {local *NEWGLOB};
|
|---|