in reply to Net::SMTP installed OK?

Run the following at your shell prompt:

perl -MNet::SMTP -e 0

If that doesn't produce any errors, it's installed correctly. If it does gripe, it didn't. If it is installed correctly, make sure you've got use Net::SMTP (); near the top of your program.