Help for this page

Select Code to Download


  1. or download this
    my %emails = ();
    foreach ( split(/\%/, $emailcolumn) ) {
    ...
      }
    } # foreach
    # do something with %emails
    
  2. or download this
    %emails = ( 
      SMTP => [ 'makeusbetter@domain.com', ...],
    ...
      smtp => [ ..., ...],
      CCMAIL => [..., ...]
              );