Doug MacEachern <[EMAIL PROTECTED]> wrote:
>On Tue, 3 Jul 2001, James G Smith wrote:
> 
>> The current code I have uses %INC, but I wanted to write
>> something like the following:
>> 
>> sub use : immediate {
>>   # do stuff here if logging
>>   return CORE::use(@_);
>> }
>
>you could just override CORE::GLOBAL::require.  you don't need to
>override the import, and your version of require will be called at the
>same time as the 'use'. 

Thanks!  I will see what I can do with that.
-- 
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to