Studio:Why is my script terminating unexpectedly?

From STRIDE Wiki
Revision as of 17:54, 20 August 2009 by Timd (talk | contribs) (Text replace - 'Category:Perl Info' to 'Category:Studio:Perl Info')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);