[Pdx-pm] Unwind module dependencies

Roderick A. Anderson raanders at acm.org
Fri Feb 1 15:38:55 PST 2008


chromatic wrote:
> On Friday 01 February 2008 15:18:54 Roderick A. Anderson wrote:
> 
>> Eric Wilhelm wrote:
> 
>>>   END {warn join("\n", sort keys %INC);}
> 
>> Interesting.  So each 'use Package' statement may modify %INC?
> 
> Any successful require (implied by a use) will add an entry to %INC, where the 
> key is the path to the .pm file loaded by that require.

Thanks.  That will make some of what I'm trying to do easier.


Rod
-- 
> 
> -- c



More information about the Pdx-pm-list mailing list