6.) Integrate Third Party Scripts\
The Envex Mini Replicator allows software developers to integrate third party applications. When one of many actions occur, the software will check to see if a third party script exists for that action, and if exists, will automatically execute the script. This allows for a great amount of functionality, and almost complete flexibility of the Envex Mini Replicator.
This chapter will explain to programmers exactly how to integrate third party scripts into the software. Please note, all third party scripts must be written in Perl. The Envex Mini Replicator places no restrictions on the third party scripts, and executes them within an "eval {}" block, allowing for full usage of Perl.
This manual is only meant for experienced Perl programmers, who have a need to integrate third party applications into the Envex Mini Replicator.