Perl » History » Version 2
Greg Mathis, 11/14/2017 10:34 AM
| 1 | 1 | Greg Mathis | h1. Perl |
|---|---|---|---|
| 2 | 1 | Greg Mathis | |
| 3 | 1 | Greg Mathis | Go to ActiveState.com to download 32 bit community edition of Perl for Windows |
| 4 | 1 | Greg Mathis | MUST USE 32 BIT VERSION!!!! |
| 5 | 1 | Greg Mathis | See below for notes on problems with 64 bit version. |
| 6 | 1 | Greg Mathis | Installed ActivePerl-5.22.1.2201-MSWin32-x86-64int-299574.msi |
| 7 | 1 | Greg Mathis | Use all default options |
| 8 | 1 | Greg Mathis | |
| 9 | 1 | Greg Mathis | Some additional libraries (modules) are needed. |
| 10 | 1 | Greg Mathis | After Perl installed, run Perl Package Manager (PPM) in a DOS command shell, run “ppm” |
| 11 | 1 | Greg Mathis | select View All Packages |
| 12 | 1 | Greg Mathis | |
| 13 | 1 | Greg Mathis | Highlight Win32-SerialPort version 0.22 (to use serial port features in serialPortLib.pm) |
| 14 | 1 | Greg Mathis | Go to Action menu, pull down to select it |
| 15 | 1 | Greg Mathis | |
| 16 | 1 | Greg Mathis | Highlight IO-Tee (to use the script logging features in commonLib.pm) |
| 17 | 1 | Greg Mathis | Go to Action menu, pull down to select it |
| 18 | 1 | Greg Mathis | |
| 19 | 1 | Greg Mathis | Highlight Email-MIME (to allow script to send emails) |
| 20 | 1 | Greg Mathis | Go to Action menu, pull down to select it |
| 21 | 1 | Greg Mathis | |
| 22 | 1 | Greg Mathis | Highlight Email-Sender (to allow script to send emails) |
| 23 | 1 | Greg Mathis | Go to Action menu, pull down to select it |
| 24 | 1 | Greg Mathis | |
| 25 | 1 | Greg Mathis | Highlight Authn-SASL (to allow script to send emails) |
| 26 | 1 | Greg Mathis | Go to Action menu, pull down to select it |
| 27 | 1 | Greg Mathis | |
| 28 | 1 | Greg Mathis | Go to File and select Run Marked Actions to install the 5 packages |
| 29 | 1 | Greg Mathis | Exit PPM |
| 30 | 1 | Greg Mathis | |
| 31 | 1 | Greg Mathis | Created emirs.egse@gmail.com account with password "Emirs2468" to use to send emails from Perl. Note the gmail security settings that have to be changed, as shown below: |
| 32 | 2 | Greg Mathis | !picture939-1.png! |