in reply to What is the correct way to clear package?
module::unloaduse Symbol qw(delete_package); delete_package('Foo::Bar');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What is the correct way to clear package?
by vokbuz (Novice) on May 06, 2011 at 08:00 UTC | |
by LanX (Saint) on May 06, 2011 at 10:02 UTC |