tfoertsch has asked for the wisdom of the Perl Monks concerning the following question:
I can create a new package by simply placing variables in it:
creates a package with 2 elements. But:$X::Y::a=1; sub X::Y::f {}
does not show the desired effect.delete $X::{"Y::"};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to delete a package
by zentara (Cardinal) on Jun 19, 2008 at 13:17 UTC | |
|
Re: How to delete a package
by Anonymous Monk on Jun 19, 2008 at 12:03 UTC | |
|
Re: How to delete a package
by jds17 (Pilgrim) on Jun 19, 2008 at 12:05 UTC | |
by Anonymous Monk on Jun 19, 2008 at 12:16 UTC |