in reply to how do i send an email with perl in window system

MIME::Lite works on Windows. If you have a sendmail program installed, you can use that:
MIME:Lite->send( 'sendmail', "d:\\programs\\sendmail.exe" );
Otherwise, you can tell it to use a remote mail server via smtp.