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

reconciling the results from two Perl installations

2007-08-02 Thread Larry Vaden
We need to reconcile two Perl installations on mx2 and mx4, mail relays running Postfix, amavisd-new and SpamAssassin. The results differ when running the same program ('spamassassin -t') with the same data on the two machines. The operating systems are both Centos-4.5; yum shows that both machi