>>9
6 の 逆かけばいいだろアフォ
my($user,$sv) = split(/\@/,$FORM{mail});
if($sv eq "yahoo.com"){
  print "このメールアドレスは使用できません。";
  exit;
}