in reply to Re: Overridding subroutines called in private subroutines
in thread Overridding subroutines called in private subroutines
No - that's really helpful - the idea that I can just work within the namespace of the original module in my other script/module, by doin',
I'm guessing the braces localize what I'm doing, so once outside them, I can do whatever I want. Just out of curiousity, would this do the same thing:{ package Module; # Yadda Yadda, }
package Module; package main; # And now back to our main script...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Overridding subroutines called in private subroutines
by ikegami (Patriarch) on Oct 05, 2008 at 06:43 UTC | |
|
Re^3: Overridding subroutines called in private subroutines
by TGI (Parson) on Oct 06, 2008 at 17:16 UTC | |
by ikegami (Patriarch) on Oct 07, 2008 at 03:55 UTC | |
by ikegami (Patriarch) on Oct 07, 2008 at 03:57 UTC | |
by TGI (Parson) on Oct 07, 2008 at 18:42 UTC | |
by ikegami (Patriarch) on Oct 08, 2008 at 01:11 UTC |