On Thu, 2004-10-07 at 14:23 +1000, Michael McCarthy wrote: > My problem was solved by replacing an older version of Base64.so > (/usr/local/lib/perl5/5.8.3/sun4-solaris/auto/MIME/Base64/Base64.so) > with the new one that was installed into > /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/MIME/Base64/Base64.so >
Which explains why I have not seen this problem on Solaris sparc. My perl has an @INC of site, then vendor, then base perl. So my version of MIME::Base64 was picked up first. David had posted a 'use' statement that should fix this. I do not have it handy, but search the archive, Ming Alex _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

