"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:
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
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