Studio:Why is my script terminating unexpectedly?

From STRIDE Wiki
Revision as of 10:25, 11 March 2008 by Timd (talk | contribs)
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);