#!/usr/local/bin/perl require 'mimew.pl'; $sendmail = '/usr/sbin/sendmail'; $nkf = '/usr/local/bin/nkf'; $from = '山田太郎 '; # 宛先の書き方1 $to = 'tanaka@tanaka.hoge.org (田中次郎)'; # 宛先の書き方2 $cc = '河田花子 '; $subject = 'サブジェクト'; $body = <