Studio:Why is my script terminating unexpectedly?

From STRIDE Wiki
Revision as of 17:36, 20 August 2009 by Timd (talk | contribs) (Text replace - 'Category:Troubleshooting' to 'Category:Studio:Troubleshooting')
Jump to: navigation, search

If you are using Perl, be sure that the following statements appear at the beginning of your scripts:

use strict;
Win32::OLE->Option(Warn => 3);