Studio:Why is my script terminating unexpectedly?
(Redirected from Why is my script terminating unexpectedly?)
Jump to navigation
Jump to 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);