Help for this page

Select Code to Download


  1. or download this
        my $_tsub = "SendMultiPartMemberEmailMimeLiteSendGrid";
        if(exists &{$_tsub}) {
    ...
            require "/path/to/the/file/SendMultiPartMemberEmailMimeLiteSen
    +dGrid.pl";
            # code to call it
        }
    
  2. or download this
        my $_tsub = "SendMultiPartMemberEmailMimeLiteSendGrid";
        if ( not exists &{$_tsub} ) {
            require "/path/to/the/file/SendMultiPartMemberEmailMimeLiteSen
    +dGrid.pl";
        }
        # code to call it
    
  3. or download this
        require "/path/to/the/file/SendMultiPartMemberEmailMimeLiteSendGri
    +d.pl";
        # code to call it