I'm sure I'm overlooking something here, but I've had no luck finding an answer on this...
If I have a number of variables in some namespace ($TEST::blah, %TEST::foo), is there a good way to clear the namespace?
For futher, possibly useless information, I'm writing a script that makes use of CGI.pm's handy import_names() function. Turns out that at a couple of points in the life of the script, there might be need to 'flush' the contents of everything in the given namespace. I can step through param() of course, but that seems inelegant and anyway, I'm curious :)