>>>>> On Tue, 1 Apr 2003, "Dave" == Dave Mitchell wrote:
Dave> On Tue, Apr 01, 2003 at 12:47:39PM +0200, [EMAIL PROTECTED] Dave> wrote: +> No answers to this one last time, and I haven't solved it myself... +> :-[ +> Any ideas are welcome. +> solaris 7 perl 5.8.0 lwp 5.69 Dave> [snip] +> robot/ua-get..........Can't modify subroutine entry in scalar +> assignment at /usr/local/lib/perl5/5.8.0/Exporter.pm line 9, near +> "0;" Dave> It appears that a Perl executable of vintage < 5.6.0 (ie one that Dave> doesn't understand 'our') is trying to load 5.8.0/Exporter.pm. Try Dave> making sure that all your paths, links etc are sane. Ok... Cleaned out the entire 5.8.0 tree, unpacked the tarball of it once more and rebuilt perl from scratch, once again telling it to ignore older perls on the machine. Installed it as perl-5.8.0 Modules that build & test fine: ( perl-5.8.0 Makefile.PL; make; make test; make install ) BerkeleyDB-0.20 DB_File-1.806 Digest-MD5-2.24 HTML-Parser-3.27 HTML-Tagset-3.03 MIME-Base64-2.18 URI-1.23 But, libwww-perl-5.69 gives the same error as before... Just out of curiosity I installed it anyway, and the supplied scripts (HEAD, GET, lwp-rget...) seem to work fine - and they use perl-5.8.0. This is starting to worry me - as before, any further hints are greatly appreciated. /Mattias
