in reply to pmpath
when you require a module, it calls the module's import method at runtime. this method can be defined to almost anything within the module. although in many cases only the default import method is used, it is possible to have a good bit of code there. for an example, look at the POSIX module, which uses import (and AUTOLOADing, but that's a different story.)
i'd suggest using File::Find and regular expressions to do this in a development environment with a shared @INC. you can never be too careful.
~Particle
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(sacked) Re: Re: pmpath
by sacked (Hermit) on Jan 24, 2002 at 08:43 UTC | |
by particle (Vicar) on Jan 24, 2002 at 08:52 UTC | |
by theorbtwo (Prior) on Jan 24, 2002 at 09:51 UTC | |
by jbisbee (Pilgrim) on Jan 25, 2002 at 03:02 UTC | |
by rjray (Chaplain) on Feb 09, 2002 at 02:15 UTC |