in reply to Re: Automatically importing a subroutine for a particular namespace
in thread Automatically importing a subroutine for a particular namespace
That's what I am trying to get away from... How can I tell perl to use something under a particular package without declaring it under that package? (I want to be lazy ...)
Basically, I want to tell perl: "Hey, see that package name? For any package name you find like that, go ahead and make use of this...".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Automatically importing a subroutine for a particular namespace
by Anonymous Monk on Jul 05, 2008 at 01:28 UTC | |
by jacques (Priest) on Jul 05, 2008 at 02:30 UTC | |
by Joost (Canon) on Jul 05, 2008 at 21:53 UTC |