perl script !

How can i send a mail by using perl scripting.
Is there any module. or any thing else.

Go to search.cpan.org and look for Mail::Mailer or Net::SMTP, depending on your needs.

MIME::Lite is a good module for sending emails that need to more than just sent as-is.