in reply to Loading the latest version of modules
What would be ideal is probably custom hook in @INC.
Don't know if this will help you, but that sentence triggered the memory of (see perlvar):
@INC...
You can also insert hooks into the file inclusion system by putting Perl code directly into @INC. Those hooks may be subroutine references, array references or blessed objects. See "require" in perlfunc for details.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Loading the latest version of modules
by Anonymous Monk on Jul 06, 2011 at 02:56 UTC | |
by Khen1950fx (Canon) on Jul 06, 2011 at 03:54 UTC | |
by Anonymous Monk on Jul 06, 2011 at 07:06 UTC |
In Section
Seekers of Perl Wisdom