Re: reconciling the results from two Perl installations

2007-08-08 Thread Dr.Ruud
"Larry Vaden" schreef: > /vendor_perl/ has Net::DNS version 0.48 and > /site_perl/ has Net::DNS version 0.61 and if I understand the Net::DNS > release notes, one wants an SPF-specific fix just released in Net::DNS > version 0.61. $ perl -wle 'print for @INC' $ perldoc -l Net::DNS $ perl -MNet:

Re: reconciling the results from two Perl installations

2007-08-02 Thread Larry Vaden
On 8/2/07, Tom Phoenix <[EMAIL PROTECTED]> wrote: > On 8/2/07, Larry Vaden <[EMAIL PROTECTED]> wrote: > > > What controls whether a Perl module is chosen from > > The order of directories in @INC controls this; the first module found > is the one that's used. Does that give you what you need? > > C

Re: reconciling the results from two Perl installations

2007-08-02 Thread Tom Phoenix
On 8/2/07, Larry Vaden <[EMAIL PROTECTED]> wrote: > What controls whether a Perl module is chosen from The order of directories in @INC controls this; the first module found is the one that's used. Does that give you what you need? Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscr