Dear All, I am using Perl 5.005_03 on SuSE Linux 7.0, and need to use the Net::SMTP module. The module wasn't present so I downloaded it from CPAN and installed as per the readme file(perl Makefile.PL, make, make test, make install all as root). It appeared to work OK but now when I try to use Net::SMTP in a script the interpreter returns:
Can't locate object method "new" via package "Net::SMTP"
Are there some post-install configuration requirements I'm missing? If anybody has any ideas about what the problem might be, the advice would be very much appreciated. Thanks. Austin.