
29 Jun
2007
29 Jun
'07
11:51 a.m.
On 29-jun-2007, at 13:38, Greg Horne wrote:
You can try extending @INC. add the line:
unshift @INC, "/{insertFullPathHere}/Kernel/cpan-lib/Net/DNS/";
to index.pl, this way you will search that directory first while using index.pl. Would that do what you need? Hope this helps.
Too bad, the original error "Modification of a read-only value attempted at /usr/lib/perl5/ site_perl/5.8.8/i686-linux/Net/DNS/Question.pm line 47." still points to the use of the system-wide module .... tnx anyway, Eddie