Help for this page

Select Code to Download


  1. or download this
    use MIME::Entity;
    
    ...
             or die "open: $!";
      $msg->print(\*MAIL);
      close MAIL;
    
  2. or download this
    my @data = ('one', 'two', 'three');
    foreach (@data) {
    ...
    one
    two
    three