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