+ Modify value of PERL_EMBED_ERROR
macro.
+
diff --git a/src/perl/exec.h b/src/perl/exec.h
index 12108262a..a2f74aa00 100644
--- a/src/perl/exec.h
+++ b/src/perl/exec.h
@@ -7,7 +7,7 @@ Execute Perl for Legacy Functionality
/***********************************************************************************************************************************
Error message for errors thrown from embedded Perl
***********************************************************************************************************************************/
-#define PERL_EMBED_ERROR "!!!EMBEDDEDPERLERROR!!!"
+#define PERL_EMBED_ERROR "===PERL-EMBED-ERROR==="
/***********************************************************************************************************************************
Functions