Studio:Why is my script terminating unexpectedly?: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
Revision as of 21:53, 18 August 2009
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);