in reply to how NOT to import exported subs/variables from a module?
This should do it.perldoc -f use ... If you do not want to call the package's "import" method (for instance, to stop your namespace from being altered), explicitly supply the empty list: use Module ();
Sandy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how NOT to import exported subs/variables from a module?
by xdg (Monsignor) on May 30, 2006 at 20:12 UTC | |
by adrianh (Chancellor) on May 31, 2006 at 12:42 UTC | |
by xdg (Monsignor) on May 31, 2006 at 13:51 UTC | |
by adrianh (Chancellor) on Jun 02, 2006 at 12:34 UTC | |
|
Re^2: how NOT to import exported subs/variables from a module?
by jfroebe (Parson) on May 30, 2006 at 19:40 UTC | |
by planetscape (Chancellor) on May 31, 2006 at 09:20 UTC |