in reply to Redefining Exported Subroutines (esp. in mod_perl/mason)
Use it like this:
use ForceExport; # hypothetical use My::Module 'testsub'; no ForseExport; # put it back the way it was.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: Redefining Exported Subroutines (esp. in mod_perl/mason)
by tilly (Archbishop) on Jun 19, 2001 at 02:40 UTC | |
|
Re: Re: Redefining Exported Subroutines (esp. in mod_perl/mason)
by blakem (Monsignor) on Jun 19, 2001 at 03:18 UTC |