Help for this page

Select Code to Download


  1. or download this
    my $data = "Goodbye in Japanese is \x{3055}\x{3088}\x{306A}\x{3089}.";
    
  2. or download this
    use Encode;
    use MIME::Entity;
    ...
            "MIME-Header", $subject
        ),
    );
    
  3. or download this
    use Net::SMTP;
    
    ...
        print( STDERR, "Rejected recipient.\n" );
    }
    $smtp->quit();